瀏覽代碼

Didn't mean to change lib/buildit on the last check in

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@110834 91177308-0d34-0410-b5e6-96231b3b80d8
Howard Hinnant 15 年之前
父節點
當前提交
0e353f2363
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/buildit

+ 1 - 1
lib/buildit

@@ -21,7 +21,7 @@ case $TRIPLE in
   *-apple-*)
     if [ -z $RC_BUILDIT ]
     then
-      RC_CFLAGS="-arch i386 -arch x86_64 -fno-exceptions -fno-rtti"
+      RC_CFLAGS="-arch i386 -arch x86_64"
     fi
     SOEXT=dylib
     LDSHARED_FLAGS="-o libc++.1.dylib \