We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0aba799 + da3988f commit f24a197Copy full SHA for f24a197
CMakeLists.txt
@@ -43,7 +43,7 @@ option(EVMC_TOOLS "Build EVMC test tools" ${EVMONE_TESTING})
43
option(EVMC_INSTALL "Install EVMC" OFF)
44
add_subdirectory(evmc)
45
46
-cable_configure_compiler()
+cable_configure_compiler(NO_STACK_PROTECTION)
47
if(CABLE_COMPILER_GNULIKE)
48
add_compile_options(
49
-Wmissing-declarations
0 commit comments