diff options
| -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}) |
