From e1cb18dbaa201ec4a515cbfc4ae117c85c4905f6 Mon Sep 17 00:00:00 2001 From: silverqx Date: Sun, 24 Sep 2023 10:14:06 +0200 Subject: [PATCH] cmake updated comment --- cmake/CommonModules/TinyCommon.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/CommonModules/TinyCommon.cmake b/cmake/CommonModules/TinyCommon.cmake index 3615aa7da..5ebec3d53 100644 --- a/cmake/CommonModules/TinyCommon.cmake +++ b/cmake/CommonModules/TinyCommon.cmake @@ -137,7 +137,8 @@ ${TINY_UNPARSED_ARGUMENTS}") $<$: 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()