mirror of
https://github.com/mchernigin/libqbase.git
synced 2024-12-22 09:33:53 +03:00
fix: fix symbols visability
This commit is contained in:
parent
4360e4fa12
commit
3b7699c975
@ -3,7 +3,7 @@ if (CMAKE_COMPILER_IS_GNUCXX AND NOT WIN32)
|
||||
if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "e2k")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-undef -fvisibility=default -pedantic -Wall")
|
||||
else()
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-undef -fvisibility=hidden -fvisibility-inlines-hidden -pedantic -Wall\
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-undef -fvisibility-inlines-hidden -pedantic -Wall
|
||||
-Wextra -Wno-long-long -Weffc++ -Werror -Wall -Wextra -pedantic -Wcast-align -Wcast-qual -Wctor-dtor-privacy \
|
||||
-Wdisabled-optimization -Wformat=2 -Winit-self -Wlogical-op -Wmissing-include-dirs -Wnoexcept -Wold-style-cast \
|
||||
-Woverloaded-virtual -Wredundant-decls -Wshadow -Wstrict-null-sentinel -Wundef \
|
||||
|
Loading…
Reference in New Issue
Block a user