From 4f95a3d8fbcbadabcecf71fb902c90c75693e433 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 17 Feb 2022 23:32:17 +0800 Subject: fix pdb with spaces --- tests/projects/c++/modules/hello with spaces/xmake.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/projects/c++/modules') 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") -- cgit v1.3.1