* Makefile.common: Add some stuff to common CFLAGS.

This commit is contained in:
Christopher Faylor 2001-11-02 04:44:42 +00:00
parent 0378d00f52
commit d58f43a1bc
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-11-01 Christopher Faylor <cgf@redhat.com>
* Makefile.common: Add some stuff to common CFLAGS.
2001-10-29 Egor Duda <deo@logos-m.ru>
* Makefile.in: Propagate 'clean' to subdirs properly.

View File

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