Skip to content

Commit

Permalink
cmake: disable stackguard
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed May 25, 2021
1 parent 727ed2e commit a320c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ option(EVMC_TOOLS "Build EVMC test tools" ${EVMONE_TESTING})
option(EVMC_INSTALL "Install EVMC" OFF)
add_subdirectory(evmc)

cable_configure_compiler()
cable_configure_compiler(NO_STACK_PROTECTION)
if(CABLE_COMPILER_GNULIKE)
add_compile_options(
-Wmissing-declarations
Expand Down

0 comments on commit a320c66

Please sign in to comment.