linux-x64: make a non position independent exec
This commit is contained in:
parent
7dab84fd80
commit
fd7cf9a0f5
|
@ -121,6 +121,7 @@ else ifneq (,$(findstring x64,$(platform)))
|
|||
USE_X11 := 1
|
||||
CFLAGS += -D TARGET_LINUX_x64 -D TARGET_NO_AREC -fno-builtin-sqrtf
|
||||
CXXFLAGS += -fexceptions
|
||||
LDFLAGS := -no-pie
|
||||
|
||||
ifneq (,$(findstring sse4_1,$(platform)))
|
||||
HAS_SOFTREND := 1
|
||||
|
|
Loading…
Reference in New Issue