Fix linux build

This commit is contained in:
DH 2025-04-10 05:28:31 +03:00
parent 476e04e2fb
commit a53080b75f
3 changed files with 5 additions and 2 deletions

View file

@ -30,7 +30,7 @@ else()
endif()
add_compile_options(-Wall)
# add_compile_options(-fno-exceptions)
add_compile_options(-fno-exceptions)
add_compile_options(-fstack-protector)
if(USE_NATIVE_INSTRUCTIONS AND COMPILER_SUPPORTS_MARCH_NATIVE)