aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/benchmark_suite
diff options
context:
space:
mode:
Diffstat (limited to 'bench/benchmark_suite')
-rwxr-xr-xbench/benchmark_suite1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/benchmark_suite b/bench/benchmark_suite
index a8fc6dced..3f21d3661 100755
--- a/bench/benchmark_suite
+++ b/bench/benchmark_suite
@@ -1,4 +1,5 @@
#!/bin/bash
+CXX=${CXX-g++} # default value unless caller has defined CXX
echo "Fixed size 3x3, column-major, -DNDEBUG"
$CXX -O3 -I .. -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark >/dev/null
echo "Fixed size 3x3, column-major, with asserts"