1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Put ASLR and DEP flags back until the nightly build linker is new enough!

This commit is contained in:
Owen Dunn 2015-11-27 19:55:52 +00:00
parent 0f5299e5a8
commit 6bea4b2502

View File

@ -636,7 +636,7 @@ if (defined $makefiles{'vc'}) {
"CFLAGS = /nologo /W3 /O1 " .
(join " ", map {"-I$dirpfx$_"} @srcdirs) .
" /D_WINDOWS /D_WIN32_WINDOWS=0x500 /DWINVER=0x500\n".
"LFLAGS = /incremental:no /dynamicbase /nxcompat\n".
"LFLAGS = /incremental:no /fixed\n".
"RCFLAGS = ".(join " ", map {"-I$dirpfx$_"} @srcdirs).
" -DWIN32 -D_WIN32 -DWINVER=0x0400\n".
"\n".