* Makefile.in: Compile flock.o with -fomit-frame-pointer.

This commit is contained in:
Christopher Faylor 2004-02-17 15:23:29 +00:00
parent f6cd9c3555
commit 88e584bf43
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-02-16 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Compile flock.o with -fomit-frame-pointer.
2004-02-16 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Compile dlfcn.o with -fomit-frame-pointer.

View File

@ -249,6 +249,7 @@ fhandler_tty_CFLAGS:=-fomit-frame-pointer
fhandler_virtual_CFLAGS:=-fomit-frame-pointer
fhandler_windows_CFLAGS:=-fomit-frame-pointer
fhandler_zero_CFLAGS:=-fomit-frame-pointer
flock_CFLAGS:=-fomit-frame-pointer
malloc_CFLAGS:=-fomit-frame-pointer
malloc_wrapper_CFLAGS:=-fomit-frame-pointer
miscfuncs_CFLAGS:=-fomit-frame-pointer