]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/Makefile.Linux
Introducing new warnings with -W flag
[u/mrichter/AliRoot.git] / build / Makefile.Linux
index d8df2c9cf0ef87421a15c028699c328f92b9716e..717fdc42b8cf711a3fd18faa27b5479988e1bb70 100644 (file)
@@ -8,7 +8,7 @@ CC            = gcc
 # Global optimisation
 OPT           = -O -g
 
-CXXOPTS       = $(OPT) -Wall -fPIC -pipe
+CXXOPTS       = $(OPT) -W -Wall -fPIC -pipe -fmessage-length=0
 COPT         = $(OPT)
 FOPT         = $(OPT) -fno-second-underscore
 CXXFLAGS      = $(CXXOPTS)