diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 5e47e7f7..e014e00b 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -40,7 +40,7 @@ endif() set(c-props) set(l-props) if(CMAKE_COMPILER_IS_GNUCXX) - set(c-props "-fvisibility=hidden -fvisibility-inlines-hidden") + set(c-props "-fvisibility=hidden ") if(NOT APPLE) set(l-props "-Wl,--as-needed") endif() |