Don't use GLIBCXX_ASSERTIONS in production
2 unresolved threads
2 unresolved threads
Compare changes
There are no changes yet
No changes between version 1 and version 1
Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.
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.
No changes between version 1 and version 1