diff options
| author | ruki <[email protected]> | 2022-02-17 23:32:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-02-17 23:32:17 +0800 |
| commit | 4f95a3d8fbcbadabcecf71fb902c90c75693e433 (patch) | |
| tree | 5e14c6766d503d9ee44ff66ea46f7ef06782bc6c /tests/projects | |
| parent | a488013ba3fc29f9d368a10926640f58bfae7678 (diff) | |
fix pdb with spaces
Diffstat (limited to 'tests/projects')
| -rw-r--r-- | tests/projects/c++/modules/hello with spaces/xmake.lua | 1 |
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") |
