Forcibly disable PIC if building with HAVE_DYNAREC on

This commit is contained in:
twinaphex 2014-12-11 03:21:40 +01:00
parent 97087610a2
commit 60e670f35b

View file

@ -200,8 +200,10 @@ else
# CFLAGS += -DHAVE_MMAP
endif
ifeq ($(HAVE_DYNAREC), 1)
# Forcibly disable PIC
fpic :=
endif
ifeq ($(DEBUG), 1)
OPTIMIZE_SAFE := -O0 -g