mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-20 20:30:56 +00:00
Doh! Commit the change that turns ON -fno-exceptions.
llvm-svn: 29883
This commit is contained in:
parent
e2b7b29a82
commit
f653398f0c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user