summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorYuhang Zhao <2546789017@qq.com>2021-11-19 10:29:27 +0800
committerYuhang Zhao <2546789017@qq.com>2022-04-06 13:06:24 +0800
commit42287255d38bf493b5731396b99bc9cd7b1baba4 (patch)
treeab13cf715f2dc0468184772438222ee33228da6f /config_help.txt
parentdbae10487e302d36ab32f1e812834b53c1fbec71 (diff)
Build system: Allow user to enable Intel CET
MSVC: https://docs.microsoft.com/en-us/cpp/build/reference/guard-enable-eh-continuation-metadata?view=msvc-170 https://docs.microsoft.com/en-us/cpp/build/reference/cetcompat?view=msvc-170 GCC: https://gcc.gnu.org/onlinedocs/gcc-11.2.0/gcc/Instrumentation-Options.html Clang: Don't know where's the documentation but should use the same parameter with GCC. Change-Id: I654618e45743a5ad1394c930932b9d0044572725 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_help.txt b/config_help.txt
index fc978bb446..2a97f525ea 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -137,6 +137,7 @@ Build options:
-pch ................. Use precompiled headers [auto]
-ltcg ................ Use Link Time Code Generation [no]
+ -intelcet ............ Use Intel Control-flow Enforcement Technology [no]
-linker [bfd,gold,lld,mold]
Force use of the GNU ld, GNU gold, LLVM/LLD or mold
linker instead of default one (GCC and clang only)