diff options
| author | Arthur LAURENT <[email protected]> | 2025-09-12 22:02:24 +0200 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2025-09-12 22:02:24 +0200 |
| commit | 3f5b71fd26887ad92f7ff35ece6f97729d7671fe (patch) | |
| tree | 05ce757632720f20583bcc6990215f314109bcd4 /xmake/rules/c++/modules/msvc/support.lua | |
| parent | e6c092279a2306dc56567d034013c5f0ff4e4b15 (diff) | |
fix(C++ modules) add external to the strippeable_flags for msvc
Diffstat (limited to 'xmake/rules/c++/modules/msvc/support.lua')
| -rw-r--r-- | xmake/rules/c++/modules/msvc/support.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/rules/c++/modules/msvc/support.lua b/xmake/rules/c++/modules/msvc/support.lua index 94d83f2c6..b83cad213 100644 --- a/xmake/rules/c++/modules/msvc/support.lua +++ b/xmake/rules/c++/modules/msvc/support.lua @@ -90,6 +90,7 @@ function strippeable_flags() "C", "analyze", "?", + "external", } local splitted_strippeable_flags = { "Fo", |
