Fix synthesis

git-svn-id: https://svn.eduke32.com/eduke32@8052 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-08-28 04:40:45 +00:00 committed by Christoph Oelckers
parent 34700516c9
commit f01d7d67e3

View file

@ -534,7 +534,7 @@ ifeq ($(PLATFORM),WINDOWS)
LINKERFLAGS += -Wl,--large-address-aware
endif
LINKERFLAGS += -Wl,--enable-auto-import
LINKERFLAGS += -Wl,--dynamicbase,--nxcompat,--high-entropy-va
LINKERFLAGS += -Wl,--dynamicbase,--nxcompat
LUAJIT_BCOPTS := -o windows
ifeq (32,$(BITS))