Remove -ansi compiler option.

This commit is contained in:
Janet B. Anderson
2006-12-04 17:41:15 +00:00
parent f011531538
commit e372769b45

View File

@@ -51,3 +51,8 @@ POSIX_CPPFLAGS_YES =
ARCH_DEP_LDLIBS = -lws2_32 -ladvapi32 -luser32 -lkernel32 -lwinmm
# Remove -ansi compile option for gcc (does not allow c++ type comments).
GCC_ANSI = $(GCC)
GCC_STRICT = $(GCC) -pedantic
G++_NORMAL = $(G++) -pedantic
G++_STRICT = $(G++) -pedantic