From 70fa2aa7e0fe6fd3aad44fabc8162f013a8cfa70 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 29 Aug 2022 22:57:06 +0800 Subject: improve modules for clang --- tests/projects/c++/modules/hello/xmake.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/projects/c++/modules/hello/xmake.lua') diff --git a/tests/projects/c++/modules/hello/xmake.lua b/tests/projects/c++/modules/hello/xmake.lua index 2315cf287..de13fc409 100644 --- a/tests/projects/c++/modules/hello/xmake.lua +++ b/tests/projects/c++/modules/hello/xmake.lua @@ -1,3 +1,4 @@ +add_rules("mode.release", "mode.debug") set_languages("c++20") target("hello") set_kind("binary") -- cgit v1.3.1