diff options
| author | ruki <[email protected]> | 2020-04-02 22:43:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-02 10:22:42 +0800 |
| commit | e502dac2f44e1b00a97caf79d8f42b292403bc87 (patch) | |
| tree | 6d703cb0dad1c7fa916f7313bf7d577db62454e8 /xmake/modules | |
| parent | 21dbab6afaa0de6f0f9f43aa4c55ffc6e31a8657 (diff) | |
add mode rules
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/core/tools/gcc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/gcc.lua b/xmake/modules/core/tools/gcc.lua index 9cf15ef8c..bf613f257 100644 --- a/xmake/modules/core/tools/gcc.lua +++ b/xmake/modules/core/tools/gcc.lua @@ -99,7 +99,7 @@ function nf_symbol(self, level) local maps = { debug = "-g" - , hidden = "-fvisibility=hidden" + , hidden = "-fvisibility=hidden -fvisibility-inlines-hidden" } -- make it |
