summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-09-13 22:36:26 +0800
committerGitHub <[email protected]>2025-09-13 22:36:26 +0800
commit422bb3af1076cc0998ce0deb7a04247da316840a (patch)
tree05ce757632720f20583bcc6990215f314109bcd4
parente6c092279a2306dc56567d034013c5f0ff4e4b15 (diff)
parent3f5b71fd26887ad92f7ff35ece6f97729d7671fe (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.lua1
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",