Author: ddunbar
Date: Fri Jun 26 17:36:20 2009
New Revision: 74344

URL: http://llvm.org/viewvc/llvm-project?rev=74344&view=rev
Log:
Back out ENABLE_ASSERTIONS variable for now.

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=74344&r1=74343&r2=74344&view=diff

==============================================================================
--- cfe/tags/Apple/clang/Makefile (original)
+++ cfe/tags/Apple/clang/Makefile Fri Jun 26 17:36:20 2009
@@ -9,15 +9,11 @@
 Install_Prefix       = /Developer/usr
 Extra_Configure_Flags = --enable-targets=x86 \
                        --enable-optimized \
+                       --disable-assertions \
                        --with-extra-options='-g -DDISABLE_SMART_POINTERS' \
                        --disable-pic \
                        --disable-doxygen \
                        $(HOST_TARGET_FLAGS)
-
-ifndef ENABLE_ASSERTIONS
-Extra_Configure_Flags += --disable-assertions
-endif
-
 Extra_CC_Flags        = -mdynamic-no-pic
 GnuAfterInstall       = post-install install-plist
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to