[llvm-branch-commits] [cfe-branch] r124849 - /cfe/branches/Apple/palisade-IB/Makefile
Daniel Dunbar
daniel at zuster.org
Thu Feb 3 18:22:55 PST 2011
Author: ddunbar
Date: Thu Feb 3 20:22:55 2011
New Revision: 124849
URL: http://llvm.org/viewvc/llvm-project?rev=124849&view=rev
Log:
Disable assertions and default-strict-aliasing on this branch, for testing purposes.
Modified:
cfe/branches/Apple/palisade-IB/Makefile
Modified: cfe/branches/Apple/palisade-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/palisade-IB/Makefile?rev=124849&r1=124848&r2=124849&view=diff
==============================================================================
--- cfe/branches/Apple/palisade-IB/Makefile (original)
+++ cfe/branches/Apple/palisade-IB/Makefile Thu Feb 3 20:22:55 2011
@@ -5,13 +5,13 @@
# LLVM/Clang default configuration.
# Select default assertion mode, valid values are '0' and '1'.
-Clang_Use_Assertions := 1
+Clang_Use_Assertions := 0
# Select clang driver mode, valid values are 'Production' and 'Development'.
Clang_Driver_Mode := Production
# Select optimization flags to use.
Clang_Optimize_Option := -O2
# Additional arbitrary compiler options.
-Clang_Extra_Options :=
+Clang_Extra_Options := -DDISABLE_DEFAULT_STRICT_ALIASING
# Additional arbitrary compiler options, only passed to final configure stage.
Clang_Final_Extra_Options := -g
# Enable use of clang++?
More information about the llvm-branch-commits
mailing list