Skip to content

Commit

Permalink
Clang-cl is now the default toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
alphanin9 committed Feb 25, 2025
1 parent faa0a31 commit aabd9a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
set_project("New Game+")
set_version("1.1.10", {build="%y%m%d%H"})

set_plat("windows")
set_arch("x64")
set_languages("c++latest")
set_toolchains("clang-cl")

set_symbols("debug")
set_strip("all")
Expand Down

0 comments on commit aabd9a7

Please sign in to comment.