From 01ef1bee37cff949c0bf87dfe380c5bd714c15cb Mon Sep 17 00:00:00 2001 From: ak5k Date: Tue, 1 Jun 2021 12:03:51 +0300 Subject: [PATCH] dev --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 389b97f..21b5a0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,9 +30,6 @@ link_libraries(reaper_interface) if (CMAKE_SYSTEM_NAME MATCHES Windows) add_compile_options(/W3 /wd5208 /wd4996) - if (CMAKE_BUILD_TYPE MATCHES "Release") - add_compile_options(/O2) - endif() endif() if(CMAKE_SYSTEM_NAME MATCHES Darwin)