]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
No optimisation for the dictionaries
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 19 May 2002 18:15:46 +0000 (18:15 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 19 May 2002 18:15:46 +0000 (18:15 +0000)
conf/GeneralDef

index 89bc671463437e8d336673ae75ce82b9e667277b..62c58e86689b27b52f860025e7cf9d7a524fc04f 100644 (file)
@@ -21,9 +21,9 @@ tgt_$(ALICE_TARGET)/%Cint.o : %Cint.cxx
        @echo $*Cint.cxx
        @[ -d $(dir $@) ] || mkdir -p $(dir $@)
 ifeq ($(CXXVERBOSE),)
-       @$(CXX) $(filter-out -O%, $(CXXFLAGS)) -c $*Cint.cxx -o tgt_$(ALICE_TARGET)/$*Cint.o
+       @$(CXX) $(filter-out -prof_gen, $(filter-out -O%, $(CXXFLAGS))) -O0 -c $*Cint.cxx -o tgt_$(ALICE_TARGET)/$*Cint.o
 else
-       $(CXX) $(filter-out -O%, $(CXXFLAGS)) -c $*Cint.cxx -o tgt_$(ALICE_TARGET)/$*Cint.o
+       $(CXX) $(filter-out -prof_gen, $(filter-out -O%, $(CXXFLAGS))) -O0 -c $*Cint.cxx -o tgt_$(ALICE_TARGET)/$*Cint.o
 endif
 
 tgt_$(ALICE_TARGET)/%.o : %.cxx