diff options
| author | ruki <[email protected]> | 2022-08-29 22:57:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-29 22:57:06 +0800 |
| commit | 70fa2aa7e0fe6fd3aad44fabc8162f013a8cfa70 (patch) | |
| tree | 1e60b8502f6f6f7653f7dce2c5830dfc70311761 /tests/projects/c++/modules | |
| parent | 27baca74306f29e6ecb71975236437e804a9b697 (diff) | |
improve modules for clang
Diffstat (limited to 'tests/projects/c++/modules')
| -rw-r--r-- | tests/projects/c++/modules/hello/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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") |
