Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
a6dd10a9
Commit
a6dd10a9
authored
Jan 08, 2016
by
Jan Möbius
Browse files
Switch to 4 threads for clang builds
parent
0e3ddfa6
Pipeline
#695
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-linux.sh
View file @
a6dd10a9
...
...
@@ -30,7 +30,7 @@ elif [ "$COMPILER" == "clang" ]; then
# export ICECC_CXX=/usr/bin/clang++ ; export ICECC_CC=/usr/bin/clang
BUILDPATH
=
"clang"
MAKE_OPTIONS
=
"-j
2
"
MAKE_OPTIONS
=
"-j
4
"
echo
"Building with CLANG"
;
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment