summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-02-02 20:42:31 +0000
committerHoward Hinnant <hhinnant@apple.com>2012-02-02 20:42:31 +0000
commite35bb601572fd3b1163b16141a3440afd6bb99e3 (patch)
tree8c17e6c563e58016dba4415f2838dac9f1f1a4ee /lib
parentcf95babcc4bf55cb4d31f993b156d422f4d71d43 (diff)
There's a crasher I need to track down, occurring at -O0.
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@149631 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rwxr-xr-xlib/buildit2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/buildit b/lib/buildit
index 89f7dac..e3c8dd7 100755
--- a/lib/buildit
+++ b/lib/buildit
@@ -73,7 +73,7 @@ fi
set -x
for FILE in ../src/*.cpp; do
- $CXX -c -g -Os $RC_CFLAGS $EXTRA_FLAGS -I../include $FILE
+ $CXX -c -g -O0 $RC_CFLAGS $EXTRA_FLAGS -I../include $FILE
done
case $TRIPLE in
*-*-mingw*)