mirror of
https://github.com/monero-project/monero.git
synced 2025-02-03 02:59:58 -05:00
Merge pull request #4446
69da14e1 fixes make debug compilation on OSX (Dusan Klinec)
This commit is contained in:
parent
09fb2bb5f8
commit
5bcead236f
@ -769,7 +769,7 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(APPLE)
|
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()
|
endif()
|
||||||
|
|
||||||
set(DEBUG_FLAGS "-g3")
|
set(DEBUG_FLAGS "-g3")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user