Skip to content

Commit ff81496

Browse files
disable optimisation due to tests segfaulting
1 parent b7caa4b commit ff81496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ExternalProject_Get_Property(gtest binary_dir)
3434
set(GTEST_BINARY_DIR ${binary_dir})
3535

3636
if(UNIX)
37-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++98 -Wall -Ofast -DNDEBUG")
37+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++98 -Wall -DNDEBUG")
3838
endif()
3939

4040
if(APPLE)

0 commit comments

Comments
 (0)