Skip to content

Commit

Permalink
fixes make debug compilation on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Sep 25, 2018
1 parent 8bf5a00 commit 69da14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ else()
endif()

if(APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden -DGTEST_HAS_TR1_TUPLE=0")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=default -DGTEST_HAS_TR1_TUPLE=0")
endif()

set(DEBUG_FLAGS "-g3")
Expand Down

0 comments on commit 69da14e

Please sign in to comment.