Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit e7250d87 authored by frey_m's avatar frey_m
Browse files

Fixed compiler bug with -DENABLE_AMR_SOLVER=1

parent 54ee671b
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ endif()
if(CMAKE_COMPILER_IS_GNUCXX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -ftemplate-depth-64 -Wno-deprecated")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wno-deprecated")
endif(CMAKE_COMPILER_IS_GNUCXX)
list(APPEND BL_DEFINES "OPAL")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment