There was an error while loading. Please reload this page.
1 parent b7caa4b commit ff81496Copy full SHA for ff81496
CMakeLists.txt
@@ -34,7 +34,7 @@ ExternalProject_Get_Property(gtest binary_dir)
34
set(GTEST_BINARY_DIR ${binary_dir})
35
36
if(UNIX)
37
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++98 -Wall -Ofast -DNDEBUG")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++98 -Wall -DNDEBUG")
38
endif()
39
40
if(APPLE)
0 commit comments