]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - Makefile
Allocation of big array in the heap
[u/mrichter/AliRoot.git] / Makefile
index 810ad2bc1961decd6ef195d59ab5209718d46a93..4b8fa489370044014183492b2b31c5f8f3b1b59f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,8 +39,8 @@ include build/Makefile.config
 ifeq ($(ALIDEBUG),YES)
 override ALICE_TARGET := $(ALICE_TARGET)DEBUG
 FFLAGS   := -g $(filter-out -O%,$(FFLAGS))
-CXXFLAGS := -g $(filter-out -O%,$(CXXLAGS))
-CFLAGS   := -g $(filter-out -O%,$(CLAGS))
+CXXFLAGS := -g $(filter-out -O%,$(CXXFLAGS))
+CFLAGS   := -g $(filter-out -O%,$(CFLAGS))
 SOFLAGS  := -g $(filter-out -O%,$(SOFLAGS))
 LDFLAGS  := -g $(filter-out -O%,$(LDFLAGS))
 endif
@@ -124,7 +124,7 @@ LIBS := $(GLIBS) $(ROOTLIBS) $(SYSLIBS)
 # default target
 
 default:
-       $(MAKE) aliroot
+       $(MUTE)$(MAKE) aliroot
 
 #-------------------------------------------------------------------------------
 # Each module will add to these macros