Fail build if anything fails
This commit is contained in:
parent
158ce4e334
commit
b42032abfe
3
build.sh
3
build.sh
|
@ -3,6 +3,9 @@
|
||||||
# Install OS deps
|
# Install OS deps
|
||||||
# sudo apt install mm-common libtool rake ruby
|
# sudo apt install mm-common libtool rake ruby
|
||||||
|
|
||||||
|
# Fail immediately
|
||||||
|
set -e
|
||||||
|
|
||||||
# Set optimization level
|
# Set optimization level
|
||||||
export CFLAGS="-O3 -g0"
|
export CFLAGS="-O3 -g0"
|
||||||
export CXXFLAGS="-O3 -g0"
|
export CXXFLAGS="-O3 -g0"
|
||||||
|
|
Loading…
Reference in New Issue