mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[BOOTMGFW] Explicitly disable dynamic base
CORE-17423
This commit is contained in:
committed by
Jérôme Gardou
parent
3885ad87ca
commit
3476cdae77
@@ -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 /FIXED")
|
||||
add_target_link_flags(bootmgfw "/ignore:4078 /ignore:4254 /DRIVER /DYNAMICBASE:NO /FIXED")
|
||||
endif()
|
||||
else()
|
||||
add_target_link_flags(bootmgfw "-Wl,--strip-all,--exclude-all-symbols")
|
||||
|
||||
Reference in New Issue
Block a user