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