Skip to content

Commit f24a197

Browse files
authored
Merge pull request #331 from ethereum/no_stack_protection
cmake: Disable stack protection (-fstack-protector)
2 parents 0aba799 + da3988f commit f24a197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ option(EVMC_TOOLS "Build EVMC test tools" ${EVMONE_TESTING})
4343
option(EVMC_INSTALL "Install EVMC" OFF)
4444
add_subdirectory(evmc)
4545

46-
cable_configure_compiler()
46+
cable_configure_compiler(NO_STACK_PROTECTION)
4747
if(CABLE_COMPILER_GNULIKE)
4848
add_compile_options(
4949
-Wmissing-declarations

0 commit comments

Comments
 (0)