From 9fee2ebeb5b6ccc0abc262873c92c4ff9b684d82 Mon Sep 17 00:00:00 2001 From: Danila Malyutin Date: Wed, 19 Jul 2017 16:38:55 +0300 Subject: [PATCH] Enable optimizations on travis --- rpcs3/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/rpcs3/CMakeLists.txt b/rpcs3/CMakeLists.txt index 76c2fa509c..99aaf6e18d 100644 --- a/rpcs3/CMakeLists.txt +++ b/rpcs3/CMakeLists.txt @@ -85,9 +85,6 @@ else() endif() if(NOT MSVC) - if($ENV{CI}) - set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O1") # fix for travis gcc OoM crash. Might be fixed with the move to containers. - endif() set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fexceptions") if(WIN32) set(CMAKE_RC_COMPILER_INIT windres)