Build relocatable image to allow proper UEFI loading
Some checks failed
Builds / ExectOS (amd64, release) (push) Failing after 35s
Builds / ExectOS (i686, debug) (push) Failing after 33s
Builds / ExectOS (amd64, debug) (push) Failing after 44s
Builds / ExectOS (i686, release) (push) Failing after 39s

This commit is contained in:
2025-10-16 12:10:00 +02:00
parent 56b81f5d73
commit b19b27a621

View File

@@ -40,7 +40,7 @@ add_executable(xtldr ${XTLDR_SOURCE})
target_link_libraries(xtldr libxtos) target_link_libraries(xtldr libxtos)
# Add linker options # Add linker options
target_link_options(xtldr PRIVATE /ALIGN:512 /DYNAMICBASE:NO /FIXED) target_link_options(xtldr PRIVATE /ALIGN:512)
# Set proper binary name and install target # Set proper binary name and install target
if(ARCH STREQUAL "i686") if(ARCH STREQUAL "i686")