Remove broken fpic strip

This commit is contained in:
David Guillen Fandos 2021-11-05 17:52:22 +01:00
parent 09a7afe216
commit 3368ad6f8e
1 changed files with 0 additions and 5 deletions

View File

@ -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