mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[BOOTMGFW] Explicitly disable NX compatibility
CORE-17423
This commit is contained in:
parent
2306c83e5c
commit
0d811c2d1c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ if(MSVC)
|
|||
if(ARCH STREQUAL "arm")
|
||||
add_target_link_flags(bootmgfw "/ignore:4078 /ignore:4254 /DRIVER")
|
||||
else()
|
||||
add_target_link_flags(bootmgfw "/ignore:4078 /ignore:4254 /DRIVER /DYNAMICBASE:NO /FIXED")
|
||||
add_target_link_flags(bootmgfw "/ignore:4078 /ignore:4254 /DRIVER /DYNAMICBASE:NO /NXCOMPAT:NO /FIXED")
|
||||
endif()
|
||||
else()
|
||||
add_target_link_flags(bootmgfw "-Wl,--strip-all,--exclude-all-symbols")
|
||||
|
|
Loading…
Reference in a new issue