summaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-03 21:37:51 +1000
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-03 21:37:51 +1000
commitaed7d1b7ac340c19656059c9cbd94aff40952f83 (patch)
tree9629cfda30456200e2496d0ac706de0002927614 /xmake.lua
parent8407723dfc12d302f6b696f702a5ae9caaf219c1 (diff)
create logical device
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index ab6a7a6..949dd76 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -1,6 +1,6 @@
set_project("celeritas")
set_version("0.1.0")
-set_config("cc", "clang-cl")
+set_config("cc", "gcc")
add_rules("mode.debug", "mode.release") -- we have two modes: debug & release