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 9bd49f22 authored by adelmann's avatar adelmann :reminder_ribbon:
Browse files

make default Debug for the moment

parent 6b1d4970
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ export -f otb_exit > /dev/null ...@@ -48,7 +48,7 @@ export -f otb_exit > /dev/null
export build_type= export build_type=
compiler=${compiler:-$(which g++)} compiler=${compiler:-$(which g++)}
export compiler export compiler
mode=Release mode=Debug #Release
# Build targets # Build targets
build_opalx=true build_opalx=true
...@@ -157,7 +157,7 @@ trap "otb_exit" EXIT ...@@ -157,7 +157,7 @@ trap "otb_exit" EXIT
CXXFLAGS="" CXXFLAGS=""
build_mode=${build_mode:-Release} build_mode=${build_mode:-Debug}
compiler=${compiler:-"$(which gcc)"} compiler=${compiler:-"$(which gcc)"}
......
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