From 34dff00dcb274280b6ee8e23eda03a470b6956b5 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 8 Apr 2024 23:44:21 +0800 Subject: add logs --- tests/projects/c++/modules/test_base.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- cgit v1.3.1