data: Fixed indexer crashes in Cinder after Clang update
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user