diff options
| author | ruki <[email protected]> | 2025-10-09 22:57:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-10-09 22:57:44 +0800 |
| commit | acf77581eac34c02a22004da6808754257159cd2 (patch) | |
| tree | e02358b9a0769a0e89bdcc27c0c9fc3d8a3b8cd3 /tests/projects/c++/modules/test_base.lua | |
| parent | eb07c0fc0e6ef172dbde2542b11be7040a973679 (diff) | |
show stack in module test
Diffstat (limited to 'tests/projects/c++/modules/test_base.lua')
| -rw-r--r-- | tests/projects/c++/modules/test_base.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/test_base.lua b/tests/projects/c++/modules/test_base.lua index 0a0d07dae..6abbeecee 100644 --- a/tests/projects/c++/modules/test_base.lua +++ b/tests/projects/c++/modules/test_base.lua @@ -103,7 +103,7 @@ function build_tests(toolchain_name, opt) end os.exec("xmake clean -a") - os.exec("xmake f" .. platform .. "--toolchain=" .. toolchain_name .. runtimes .. "-c --yes " .. policies .. flags) + os.exec("xmake f" .. platform .. "--toolchain=" .. toolchain_name .. runtimes .. "-cD --yes " .. policies .. flags) if opt.build then opt.build() else |
