]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Messages on a single line for easy parsing
authoralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 31 Jul 2003 10:13:35 +0000 (10:13 +0000)
committeralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 31 Jul 2003 10:13:35 +0000 (10:13 +0000)
build/Makefile.Darwin

index 43aa6df94050de0d282c47613c3d83757cb5d8f1..d379a0148e5ae57f2a724e71451cda3644da2afd 100644 (file)
@@ -8,7 +8,7 @@ CC            = gcc
 # Global optimisation
 OPT           = -O -g
 
-CXXOPTS       = $(OPT) -Wall -W -pipe -fsigned-char -fno-common -fweak-coalesced
+CXXOPTS       = $(OPT) -Wall -W -pipe -fsigned-char -fno-common -fweak-coalesced -fmessage-length=0
 COPT         = $(OPT) -Wall -W -fno-common -fweak-coalesced
 FOPT         = $(OPT) -fno-second-underscore -fweak-coalesced
 CXXFLAGS      = $(CXXOPTS) -I/sw/include