X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.config.in;h=a4d641040f336a781264be1d3433d28164ba887a;hb=598eeb5703730e132415645c1ef32dafa5dc5d00;hp=d34a2d51a933d9efd2c352cce5e0f1c6776a1785;hpb=57ff12075158bd952553e6fed86833140828fd15;p=oota-llvm.git diff --git a/Makefile.config.in b/Makefile.config.in index d34a2d51a93..a4d641040f3 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -293,6 +293,11 @@ ENABLE_TERMINFO = @ENABLE_TERMINFO@ #ENABLE_EXPENSIVE_CHECKS = 0 @ENABLE_EXPENSIVE_CHECKS@ +# --enable-abi-breaking-checks : decide whether we should compile in asserts and +# checks that make the build ABI incompatible with an llvm built without these +# checks enabled. +ENABLE_ABI_BREAKING_CHECKS = @ENABLE_ABI_BREAKING_CHECKS@ + # When DEBUG_RUNTIME is enabled, the runtime libraries will retain debug # symbols. #DEBUG_RUNTIME = 1