Remove broken fpic strip
This commit is contained in:
parent
09a7afe216
commit
3368ad6f8e
1 changed files with 0 additions and 5 deletions
5
Makefile
5
Makefile
|
@ -473,11 +473,6 @@ ifeq ($(HAVE_MMAP), 1)
|
|||
CFLAGS += -DHAVE_MMAP
|
||||
endif
|
||||
|
||||
ifeq ($(FORCE_32BIT_ARCH), 1)
|
||||
# Forcibly disable PIC
|
||||
fpic :=
|
||||
endif
|
||||
|
||||
# Add -DTRACE_INSTRUCTIONS to trace instruction execution
|
||||
ifeq ($(DEBUG), 1)
|
||||
OPTIMIZE := -O0 -g
|
||||
|
|
Loading…
Add table
Reference in a new issue