From: alibrary Date: Thu, 31 Jul 2003 10:13:35 +0000 (+0000) Subject: Messages on a single line for easy parsing X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=3c5cb1920a8faf85796688f9daafdc30bad1e954 Messages on a single line for easy parsing --- diff --git a/build/Makefile.Darwin b/build/Makefile.Darwin index 43aa6df9405..d379a0148e5 100644 --- a/build/Makefile.Darwin +++ b/build/Makefile.Darwin @@ -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