diff --git a/Makefile b/Makefile index 30fcf36..6971e88 100644 --- a/Makefile +++ b/Makefile @@ -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