mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-20 18:52:43 +00:00
Fix synthesis
git-svn-id: https://svn.eduke32.com/eduke32@8052 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
34700516c9
commit
f01d7d67e3
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue