Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.
Please migrate repositories to https://gitea.psi.ch - if you need help, contact gitea@psi.ch
Closes #627 (closed)
I assumed that this flag GLIBCXX_ASSERTIONS
has no effect when the build type is Release. However I did some timing measurements and observed an increase of ~6 percent when using. This is fine for development builds but not for production.
Revert "don't disable glibcxx_assertions when the build type is Release but if the variable BUILD_FOR_PRODUCTION is ON" This reverts commit 197cf862.
don't disable glibcxx_assertions when the build type is Release but if the variable BUILD_FOR_PRODUCTION is ON