Forcibly disable PIC if building with HAVE_DYNAREC on
This commit is contained in:
parent
97087610a2
commit
60e670f35b
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -200,8 +200,10 @@ else
|
||||||
# CFLAGS += -DHAVE_MMAP
|
# CFLAGS += -DHAVE_MMAP
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(HAVE_DYNAREC), 1)
|
||||||
# Forcibly disable PIC
|
# Forcibly disable PIC
|
||||||
fpic :=
|
fpic :=
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(DEBUG), 1)
|
ifeq ($(DEBUG), 1)
|
||||||
OPTIMIZE_SAFE := -O0 -g
|
OPTIMIZE_SAFE := -O0 -g
|
||||||
|
|
Loading…
Add table
Reference in a new issue