diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-09-29 22:14:28 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-09-29 22:20:15 +0200 |
| commit | 5bcead236fc1c9c095403d96d2aa5273f5443815 (patch) | |
| tree | 78e0b38c4733798a83ffac0b01cb1b6b71218834 | |
| parent | 09fb2bb5f895410a401f699f3d621d52fe12bee3 (diff) | |
| download | monzero-core-5bcead236fc1c9c095403d96d2aa5273f5443815.tar.gz monzero-core-5bcead236fc1c9c095403d96d2aa5273f5443815.tar.xz monzero-core-5bcead236fc1c9c095403d96d2aa5273f5443815.zip | |
Merge pull request #4446
69da14e1 fixes make debug compilation on OSX (Dusan Klinec)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 994d47691..a7746371e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") |
