summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules')
-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