[cfe-commits] r71276 - /cfe/tags/Apple/clang/Makefile
Mike Stump
mrs at apple.com
Fri May 8 15:56:39 PDT 2009
Author: mrs
Date: Fri May 8 17:56:38 2009
New Revision: 71276
URL: http://llvm.org/viewvc/llvm-project?rev=71276&view=rev
Log:
Go back to --disable-assertions and turn off pic for speed.
Modified:
cfe/tags/Apple/clang/Makefile
Modified: cfe/tags/Apple/clang/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/tags/Apple/clang/Makefile?rev=71276&r1=71275&r2=71276&view=diff
==============================================================================
--- cfe/tags/Apple/clang/Makefile (original)
+++ cfe/tags/Apple/clang/Makefile Fri May 8 17:56:38 2009
@@ -7,10 +7,12 @@
UserType = Developer
ToolType = Commands
Install_Prefix = /Developer/usr
-# Add --disable-assertions back after a while
Extra_Configure_Flags = --enable-targets=x86 \
--enable-optimized \
- --with-extra-options=-g --disable-doxygen \
+ --disable-assertions \
+ --with-extra-options='-g -DDISABLE_SMART_POINTERS' \
+ --disable-pic \
+ --disable-doxygen \
$(HOST_TARGET_FLAGS)
Extra_CC_Flags = -mdynamic-no-pic
GnuAfterInstall = post-install install-plist
More information about the cfe-commits
mailing list