set g++ warnings to -Wall

This commit is contained in:
Jeff Hill
2000-05-05 00:44:21 +00:00
parent d03698e990
commit aeda4c72cd

View File

@@ -109,10 +109,7 @@ G++ = $(GNU_BIN)/$(CMPLR_PREFIX)cc$(CMPLR_SUFFIX)
G++_CMPLR_CPPFLAGS_NORMAL = -ansi -pedantic
G++_CMPLR_CPPFLAGS_STRICT = -ansi -pedantic -Wtraditional
G++_WARN_YES = -Wall \
-Wmissing-prototypes -Woverloaded-virtual \
-Wwrite-strings -Wconversion -Wstrict-prototypes\
-Wpointer-arith -Winline
G++_WARN_YES = -Wall
G++_WARN_NO = -w
G++_OPT_YES = -O3 -g
G++_OPT_NO = -g