Fail build if anything fails

This commit is contained in:
Varun Patil 2020-10-19 02:35:14 +05:30
parent 158ce4e334
commit b42032abfe
1 changed files with 3 additions and 0 deletions

View File

@ -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"