diff options
| author | ruki <[email protected]> | 2024-04-08 23:44:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-08 23:44:21 +0800 |
| commit | 34dff00dcb274280b6ee8e23eda03a470b6956b5 (patch) | |
| tree | f7110cac2bd30981f3ea212d27e5f99c01b7caba | |
| parent | 66f80d8574aeacc5bea61971d18c3e5368c151b8 (diff) | |
add logs
| -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 219901c63..804947f08 100644 --- a/tests/projects/c++/modules/test_base.lua +++ b/tests/projects/c++/modules/test_base.lua @@ -48,7 +48,7 @@ function main(t) os.exec("xmake f -c --yes") _build() elseif is_subhost("msys") then - os.exec("xmake f -c -p mingw --yes") + os.exec("xmake f -c -p mingw -vD --yes") _build() elseif is_host("linux") then local gcc = find_tool("gcc", {version = true}) |
