diff options
| author | Arthur LAURENT <[email protected]> | 2026-02-25 16:22:44 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2026-02-25 16:22:44 +0100 |
| commit | 6881f6b03676fd841f787dc40b48eebce56ed655 (patch) | |
| tree | 85a9d1a1c50472f066a07c8912512559480a4e3f /xmake/rules/c++/modules/gcc/support.lua | |
| parent | 27f49cd4de23014a3e3d9f17740517ab8771f24f (diff) | |
(modules) strip embed-dir on clang / gcc
Diffstat (limited to 'xmake/rules/c++/modules/gcc/support.lua')
| -rw-r--r-- | xmake/rules/c++/modules/gcc/support.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/gcc/support.lua b/xmake/rules/c++/modules/gcc/support.lua index 623444ce4..4de7d6eab 100644 --- a/xmake/rules/c++/modules/gcc/support.lua +++ b/xmake/rules/c++/modules/gcc/support.lua @@ -91,7 +91,8 @@ function strippeable_flags() "fmodules-ts", "fmodules", "fPIC", - "fsanitize" + "fsanitize", + "embed-dir" } local splitted_strippeable_flags = { "I", |
