Add -fPIC for compiling
This commit is contained in:
parent
714348714d
commit
3753d53fbc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ DEPDIR=depends
|
|||
# "Machine-dependant" options
|
||||
#MFLAGS=-fPIC
|
||||
|
||||
CFLAGS=-c -g -O3 -Wall -Werror -Isrc -Ihtml $(MFLAGS)
|
||||
CFLAGS=-c -g -O3 -fPIC -Wall -Werror -Isrc -Ihtml $(MFLAGS)
|
||||
LDFLAGS=-g -O3 -Wall -Werror $(MFLAGS)
|
||||
CC=gcc
|
||||
|
||||
|
|
Loading…
Reference in a new issue