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

Boost Spirit needs a template depth of at least 117. Setting it to 128. Fixes issue #38.

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