From 6e64c921fe7ca3c83d4303b203f1c87a0538078d Mon Sep 17 00:00:00 2001 From: Slava Date: Thu, 27 Mar 2025 20:20:02 +0100 Subject: [PATCH] link-Update CMakeLists.txt --- cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)