summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/gcc.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-02 22:43:46 +0800
committerruki <[email protected]>2020-04-02 10:22:42 +0800
commite502dac2f44e1b00a97caf79d8f42b292403bc87 (patch)
tree6d703cb0dad1c7fa916f7313bf7d577db62454e8 /xmake/modules/core/tools/gcc.lua
parent21dbab6afaa0de6f0f9f43aa4c55ffc6e31a8657 (diff)
add mode rules
Diffstat (limited to 'xmake/modules/core/tools/gcc.lua')
-rw-r--r--xmake/modules/core/tools/gcc.lua2
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