mirror of
https://github.com/reactos/reactos.git
synced 2025-06-23 12:00:17 +00:00
[BOOTMGFW] Explicitly disable dynamic base
CORE-17423
This commit is contained in:
parent
3885ad87ca
commit
3476cdae77
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 /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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue