Allow the UserInterface to use exceptions.

This commit is contained in:
Axel Naumann 2013-08-26 17:21:26 +02:00 committed by sftnight
parent be70c52ce7
commit 107c073d58

View File

@ -22,3 +22,5 @@ CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_SRC_DIR)/../../../clang/inc
-I$(PROJ_SRC_DIR)/../../../clang/lib -I$(PROJ_OBJ_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../../clang/include
include $(CLING_LEVEL)/Makefile
CXX.Flags := $(subst -fno-exceptions,,$(CXX.Flags)) $(shell echo BOO: $(CXX.Flags) >& 2)