Doh! Commit the change that turns ON -fno-exceptions.

llvm-svn: 29883
This commit is contained in:
Reid Spencer 2006-08-25 20:56:59 +00:00
parent 51e6f68b47
commit 0b6396c6b3
1 changed files with 3 additions and 3 deletions

View File

@ -239,9 +239,9 @@ else
endif
# IF REQUIRES_EH=1 is specified then don't disable exceptions
#ifndef REQUIRES_EH
# CXX.Flags += -fno-exceptions
#endif
ifndef REQUIRES_EH
CXX.Flags += -fno-exceptions
endif
# If DISABLE_ASSERTIONS=1 is specified (make command line or configured),
# then disable assertions by defining the appropriate preprocessor symbols.