Skip to content
Snippets Groups Projects
Commit 0d337b2f authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Set debug build on arm boxes

parent 69fc83f4
No related branches found
No related tags found
No related merge requests found
Pipeline #22385 failed
......@@ -8,7 +8,7 @@ fi
if [[ $(uname -m) == 'armv7l' ]] || [[ $(uname -m) == 'aarch64' ]]; then
scons $SCONSDEBUG
scons $SCONSDEBUG debug=1
else
scons $SCONSDEBUG -j 3
fi
......
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