Revert using exceptions

Due to crashes. It will be reapplied once
we understand what's happening.

No functional change.
This commit is contained in:
Marco Costalba
2013-08-15 09:36:26 +02:00
parent a6c0ba2100
commit 4f55ed14d3
2 changed files with 24 additions and 30 deletions

View File

@@ -232,7 +232,7 @@ ifeq ($(COMP),clang)
endif
### 3.2 General compiler settings
CXXFLAGS = -Wall -Wcast-qual -fno-rtti $(EXTRACXXFLAGS)
CXXFLAGS = -Wall -Wcast-qual -fno-exceptions -fno-rtti $(EXTRACXXFLAGS)
ifeq ($(comp),gcc)
CXXFLAGS += -ansi -pedantic -Wno-long-long -Wextra -Wshadow