Commit 462f4a81 by Loren J. Rittle Committed by Loren J. Rittle

* scripts/check_performance: Support PCH.

From-SVN: r77360
parent f3c9154d
2004-02-05 Loren J. Rittle <ljrittle@acm.org>
* scripts/check_performance: Support PCH.
2004-02-05 Geoffrey Keating <geoffk@apple.com>
PR 12179
......
......@@ -23,7 +23,7 @@ case $BASH_VERSION in
esac
flags_script=$BUILD_DIR/scripts/testsuite_flags
INCLUDES=`$flags_script --build-includes`
INCLUDES="`$flags_script --build-includes` -include bits/stdc++.h"
FLAGS=`$flags_script --cxxflags`
THREAD_FLAG='-pthread'
COMPILER=`$flags_script --build-cxx`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment