From 8c051ba03f8b80bb12404798fa333894075b6970 Mon Sep 17 00:00:00 2001 From: Timofey Date: Wed, 7 Sep 2016 11:48:32 +0300 Subject: [PATCH] Removed O3 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d73683a911..309b72b4d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,6 @@ add_compile_options( "-Wall" "-pedantic" "-std=c++11" - "-O3" ) find_package(Threads)