diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 4a7f2cb..24c8256 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -3,7 +3,7 @@ if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/target" CACHE PATH "default install path" FORCE) endif () -# Optimizations above -O1 trigger this bug on MacOS: https://github.com/CodaProtocol/coda/pull/1419 +# Optimizations above -O1 trigger this bug on MacOS: https://github.com/MinaProtocol/mina/pull/1419 set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O1") project(zkinterface)