Fail build if anything fails
This commit is contained in:
parent
158ce4e334
commit
b42032abfe
1 changed files with 3 additions and 0 deletions
3
build.sh
3
build.sh
|
@ -3,6 +3,9 @@
|
|||
# Install OS deps
|
||||
# sudo apt install mm-common libtool rake ruby
|
||||
|
||||
# Fail immediately
|
||||
set -e
|
||||
|
||||
# Set optimization level
|
||||
export CFLAGS="-O3 -g0"
|
||||
export CXXFLAGS="-O3 -g0"
|
||||
|
|
Loading…
Add table
Reference in a new issue