data: Fixed indexer crashes in Cinder after Clang update

This commit is contained in:
Eberhard Graether
2019-05-21 17:50:56 +02:00
parent 4d6cb464c4
commit e2157b8352
5 changed files with 68 additions and 16 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ set(CMAKE_C_STANDARD 99)
# Settings ---------------------------------------------------------------------
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_CXX_COMPILER_ID}" STREQUAL "AppleClang")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unknown-warning-option -fcolor-diagnostics")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unknown-warning-option -fcolor-diagnostics -fvisibility-inlines-hidden")
endif()
# For debugging the release build on linux