Remove debug output

This commit is contained in:
Axel Naumann 2013-08-26 18:11:38 +02:00 committed by sftnight
parent 107c073d58
commit 1430c5ee35

View File

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