From 6663eebc6069e745a1cb6d9d90c03bfffba163f9 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 28 Apr 2010 08:30:01 +0200 Subject: [PATCH] Use better compiler location default in perf.sh --- perf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf.sh b/perf.sh index 23b768758..62ad1d827 100755 --- a/perf.sh +++ b/perf.sh @@ -50,7 +50,7 @@ elapsed() { if [ -n "$CXX" ]; then cxx="$CXX" else - cxx=c++ + cxx=/usr/bin/c++ fi ccache=../ccache -- 2.47.3