Build benchmarks in release mode

This commit is contained in:
Max Brunsfeld 2017-07-06 11:49:32 -07:00
parent a64db98218
commit 2b73a30fba
2 changed files with 24 additions and 22 deletions

View file

@ -30,8 +30,8 @@ if [ "$(uname -s)" == "Darwin" ]; then
fi
mode=normal
export BUILDTYPE=Test
cmd=out/Test/benchmarks
export BUILDTYPE=Release
cmd=out/$BUILDTYPE/benchmarks
run_scan_build=
while getopts "bdhf:l:SL" option; do