Allow the UserInterface to use exceptions.
This commit is contained in:
parent
be70c52ce7
commit
107c073d58
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user