]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/Makefile.win32gcc
get also kink info from ESD (Markus)
[u/mrichter/AliRoot.git] / build / Makefile.win32gcc
index 34af76da1ff7646e09121b885b7735bb6197d971..bf5e008c510ee1e94f3a59684083575b2c10bfc8 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: makefile -*-
 # Makefile to build AliRoot for Linux
 
 # System dependent commands
@@ -27,8 +28,8 @@ CLIBCOPT      =
 CLIBFOPT      = $(CLIBDEFS)
 
 # Compiler flags
-CXXFLAGS       = $(OPT) -Wall -pipe -Woverloaded-virtual -D_DLL
-CXXFLAGSNO     = $(NOOPT) -Wall -pipe -Woverloaded-virtual -D_DLL
+CXXFLAGS       = $(OPT) -Wall -pipe -Woverloaded-virtual -Weffc++ -D_DLL
+CXXFLAGSNO     = $(NOOPT) -Wall -pipe -Woverloaded-virtual -Weffc++ -D_DLL
 CFLAGS        = $(OPT) -Wall -D_DLL
 FFLAGS         = $(CLIBFOPT) $(FOPT) -fno-second-underscore
 # rmkdepend flags for building dependencies of FORTRAN files