cmake updated comment

This commit is contained in:
silverqx
2023-09-24 10:14:06 +02:00
parent 9b7238967f
commit e1cb18dbaa

View File

@@ -137,7 +137,8 @@ ${TINY_UNPARSED_ARGUMENTS}")
$<$<CONFIG:Debug,RelWithDebInfo>:
LINKER:--dynamicbase,--high-entropy-va,--nxcompat
LINKER:--default-image-base-high>
# Use faster linker ( GNU ld linker doesn't work with the Clang )
# Use faster linker ( GNU ld linker doesn't work with the Clang;
# for both GCC and Clang )
-fuse-ld=lld
)
endif()