diff options
| author | ruki <[email protected]> | 2025-09-13 22:36:26 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-13 22:36:26 +0800 |
| commit | 422bb3af1076cc0998ce0deb7a04247da316840a (patch) | |
| tree | 05ce757632720f20583bcc6990215f314109bcd4 | |
| parent | e6c092279a2306dc56567d034013c5f0ff4e4b15 (diff) | |
| parent | 3f5b71fd26887ad92f7ff35ece6f97729d7671fe (diff) | |
Merge pull request #6798 from Arthapz/add-external-strip-flags-cl
fix(C++ modules) add external to the strippeable_flags for msvc
| -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", |
