diff options
| author | Arthur LAURENT <[email protected]> | 2025-11-01 22:51:47 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2025-11-01 22:51:47 +0100 |
| commit | 567fa9050bc8cec0c527e0cc28eb30afd179dfd6 (patch) | |
| tree | 70c255a3f791d9978039b1245d672867dc3ab8fa /xmake/rules/c++/modules/gcc/support.lua | |
| parent | b3a2dba93a185f205dbd18a154e42da72fdd4881 (diff) | |
fix(modules) strip sanitizers flags for module reusage
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 2f7ec8bc7..df0478c46 100644 --- a/xmake/rules/c++/modules/gcc/support.lua +++ b/xmake/rules/c++/modules/gcc/support.lua @@ -90,7 +90,8 @@ function strippeable_flags() "fmodule-mapper", "fmodules-ts", "fmodules", - "fPIC" + "fPIC", + "fsanitize" } local splitted_strippeable_flags = { "I", |
