C-Thread-Pool/tests/optimized_compile.sh

16 lines
271 B
Bash
Raw Normal View History

2015-03-06 19:18:15 +03:00
#! /bin/bash
#
# This file will run all tests but with a binary that has
# been compiled with optimization flags.
#
# ---------------------------- Tests -----------------------------------
COMPILATION_FLAGS='-g -O'
2015-03-06 19:26:05 +03:00
. normal_compile.sh
echo "No optimization errors"