Use -fpic instead of -fPIC
This commit is contained in:
parent
6c4a4cde7b
commit
0a8df3b5b1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
CFLAGS = -c -g -O3 -fPIC -Wall -Werror -Wsign-compare -Isrc
|
||||
CFLAGS = -c -g -O3 -fpic -Wall -Werror -Wsign-compare -Isrc
|
||||
LDFLAGS = -g -O3 -Wall -Werror
|
||||
|
||||
HOEDOWN_SRC=\
|
||||
|
|
Loading…
Reference in a new issue