Not all C++ compilers recognize (or need) -Wall.

This commit is contained in:
Alan M. Feldstein
2010-02-02 20:50:21 -08:00
committed by Stephen Williams
parent 24355dae67
commit dec724b8f3
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ PS2PDF = @PS2PDF@
GIT = @GIT@
CPPFLAGS = @DEFS@ -I. -I$(srcdir) @CPPFLAGS@
CXXFLAGS = -Wall @CXXFLAGS@
CXXFLAGS = @WARNING_CXXFLAGS@ @CXXFLAGS@
PICFLAGS = @PICFLAG@
LDFLAGS = @rdynamic@ @LDFLAGS@