summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/msvc/support.lua
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2025-09-12 22:02:24 +0200
committerArthur LAURENT <[email protected]>2025-09-12 22:02:24 +0200
commit3f5b71fd26887ad92f7ff35ece6f97729d7671fe (patch)
tree05ce757632720f20583bcc6990215f314109bcd4 /xmake/rules/c++/modules/msvc/support.lua
parente6c092279a2306dc56567d034013c5f0ff4e4b15 (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.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",