Skip to content

Commit

Permalink
Doh! Commit the change that turns ON -fno-exceptions.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29883 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Reid Spencer committed Aug 25, 2006
1 parent 99655e1 commit dcea140
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dcea140

Please sign in to comment.