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 9502c30f authored by kraus's avatar kraus
Browse files

contrary to my last commit message a max template depth of 128 isn't enough using now 512

parent 29579d8a
No related branches found
No related tags found
No related merge requests found
......@@ -68,9 +68,9 @@ endif()
if(CMAKE_COMPILER_IS_GNUCXX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -ftemplate-depth=128 -Wno-deprecated")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -ftemplate-depth=512 -Wno-deprecated")
endif(CMAKE_COMPILER_IS_GNUCXX)
list(APPEND BL_DEFINES "OPAL")
set_directory_properties(PROPERTIES COMPILE_DEFINITIONS "${BL_DEFINES}")
\ No newline at end of file
set_directory_properties(PROPERTIES COMPILE_DEFINITIONS "${BL_DEFINES}")
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