Build: Set C++ exceptions flags instead of leaving the compiler defaults

This commit is contained in:
SirLynix 2024-01-25 10:15:43 +01:00
parent af55f9fcdb
commit 795ce90234
1 changed files with 1 additions and 0 deletions

View File

@ -390,6 +390,7 @@ add_includedirs("include")
add_sysincludedirs("thirdparty/include")
set_encodings("utf-8")
set_exceptions("cxx")
set_languages("c89", "c++20")
set_rundir("./bin/$(plat)_$(arch)_$(mode)")
set_targetdir("./bin/$(plat)_$(arch)_$(mode)")