summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/hello/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/c++/modules/hello/xmake.lua')
-rw-r--r--tests/projects/c++/modules/hello/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/hello/xmake.lua b/tests/projects/c++/modules/hello/xmake.lua
index 2315cf287..de13fc409 100644
--- a/tests/projects/c++/modules/hello/xmake.lua
+++ b/tests/projects/c++/modules/hello/xmake.lua
@@ -1,3 +1,4 @@
+add_rules("mode.release", "mode.debug")
set_languages("c++20")
target("hello")
set_kind("binary")