Skip to content
Snippets Groups Projects
Commit ef2cc830 authored by Anthony Royer's avatar Anthony Royer
Browse files

Typo

parent dd3f59bf
No related branches found
No related tags found
No related merge requests found
Pipeline #4559 passed
...@@ -71,8 +71,8 @@ if(HAVE_WALL) ...@@ -71,8 +71,8 @@ if(HAVE_WALL)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
endif() endif()
check_cxx_compiler_flag("-03" HAVE_WALL) check_cxx_compiler_flag("-03" HAVE_O3)
if(HAVE_WALL) if(HAVE_O3)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3")
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment