* Makefile.common (CFLAGS_COMMON): Remove -Winline since it is too noisy on

newer versions of gcc.
This commit is contained in:
Christopher Faylor 2003-07-02 02:30:16 +00:00
parent f7ba12a587
commit 1847a1637d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-07-01 Christopher Faylor <cgf@redhat.com>
* Makefile.common (CFLAGS_COMMON): Remove -Winline since it is too
noisy on newer versions of gcc.
2003-07-01 Christopher Faylor <cgf@redhat.com>
* configure.in: Add cygserver subdir.

View File

@ -10,7 +10,7 @@
# This makefile requires GNU make.
CFLAGS_COMMON:=-march=i386 -Wall -Wwrite-strings -fno-common -pipe -Winline -fbuiltin -fmessage-length=0# -finline-functions
CFLAGS_COMMON:=-march=i386 -Wall -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0# -finline-functions
MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/cygnus/src/uberbaum/winsup/cygwin/dlmalloc
MALLOC_OBJ:=#/cygnus/src/uberbaum/winsup/cygwin/dlmalloc/malloc.o