diff --git a/CMakeLists.txt b/CMakeLists.txt index 4dfba22fc..2f4eec8bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -140,9 +140,9 @@ else() # security checks disabled in Release: $<$:-fno-stack-protector> $<$:-fcf-protection=none> - $<$,$>>:-fno-stack-clash-protection> + $<$,$>>:-fno-stack-clash-protection> # not supported on Windows $<$:-fno-stack-check> - $<$:-fno-asynchronous-unwind-tables> + $<$,$>>:-fno-asynchronous-unwind-tables> # seems to crash LUA evaluation on Windows ) endif()