* Makefile.in: Compile dlfcn.o with -fomit-frame-pointer.
This commit is contained in:
parent
2c29523ece
commit
f6cd9c3555
|
@ -1,3 +1,7 @@
|
|||
2004-02-16 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* Makefile.in: Compile dlfcn.o with -fomit-frame-pointer.
|
||||
|
||||
2004-02-16 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* Makefile.in: Compile delqueue.o with -fomit-frame-pointer.
|
||||
|
|
|
@ -225,6 +225,7 @@ cygtls_CFLAGS:=-fomit-frame-pointer
|
|||
delqueue_CFLAGS:=-fomit-frame-pointer
|
||||
devices_CFLAGS:=-fomit-frame-pointer -Os
|
||||
dir_CFLAGS:=-fomit-frame-pointer
|
||||
dlfcn_CFLAGS:=-fomit-frame-pointer
|
||||
dll_init_CFLAGS:=-fomit-frame-pointer
|
||||
fcntl_CFLAGS:=-fomit-frame-pointer
|
||||
fhandler_CFLAGS:=-fomit-frame-pointer
|
||||
|
|
Loading…
Reference in New Issue