summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2022-02-17 23:32:17 +0800
committerruki <[email protected]>2022-02-17 23:32:17 +0800
commit4f95a3d8fbcbadabcecf71fb902c90c75693e433 (patch)
tree5e14c6766d503d9ee44ff66ea46f7ef06782bc6c /tests
parenta488013ba3fc29f9d368a10926640f58bfae7678 (diff)
fix pdb with spaces
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/c++/modules/hello with spaces/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/hello with spaces/xmake.lua b/tests/projects/c++/modules/hello with spaces/xmake.lua
index 6a69ce121..4f46b699d 100644
--- a/tests/projects/c++/modules/hello with spaces/xmake.lua
+++ b/tests/projects/c++/modules/hello with spaces/xmake.lua
@@ -1,3 +1,4 @@
+add_rules("mode.release", "mode.debug")
set_languages("c++20")
target("A hello")
set_kind("binary")