Skip to content

Commit

Permalink
Build: Enable exceptions instead of leaving the compiler defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix committed Jan 25, 2024
1 parent f013204 commit ebcf9bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set_project("NZSL")
set_xmakever("2.6.8")
set_xmakever("2.7.3")

----------------------- Global options -----------------------

Expand Down Expand Up @@ -43,6 +43,7 @@ add_rules("mode.coverage", "mode.debug", "mode.releasedbg", "mode.release")
add_rules("plugin.vsxmake.autoupdate")

add_includedirs("include", "src")
set_exceptions("cxx")
set_languages("c89", "c++17")
set_rundir("./bin/$(plat)_$(arch)_$(mode)")
set_targetdir("./bin/$(plat)_$(arch)_$(mode)")
Expand Down

0 comments on commit ebcf9bb

Please sign in to comment.