mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 16:26:12 +08:00
* Makefile.in: Compile delqueue.o with -fomit-frame-pointer.
This commit is contained in:
parent
a5c525cc00
commit
2c29523ece
@ -1,3 +1,7 @@
|
|||||||
|
2004-02-16 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.in: Compile delqueue.o with -fomit-frame-pointer.
|
||||||
|
|
||||||
2004-02-16 Pierre Humblet <pierre.humblet@ieee.org>
|
2004-02-16 Pierre Humblet <pierre.humblet@ieee.org>
|
||||||
|
|
||||||
* syscalls.cc (rename): Do not test the MoveFile error code
|
* syscalls.cc (rename): Do not test the MoveFile error code
|
||||||
|
@ -222,6 +222,7 @@ ifneq "${filter -O%,$(CFLAGS)}" ""
|
|||||||
cygheap_CFLAGS:=-fomit-frame-pointer
|
cygheap_CFLAGS:=-fomit-frame-pointer
|
||||||
cygthread_CFLAGS:=-fomit-frame-pointer
|
cygthread_CFLAGS:=-fomit-frame-pointer
|
||||||
cygtls_CFLAGS:=-fomit-frame-pointer
|
cygtls_CFLAGS:=-fomit-frame-pointer
|
||||||
|
delqueue_CFLAGS:=-fomit-frame-pointer
|
||||||
devices_CFLAGS:=-fomit-frame-pointer -Os
|
devices_CFLAGS:=-fomit-frame-pointer -Os
|
||||||
dir_CFLAGS:=-fomit-frame-pointer
|
dir_CFLAGS:=-fomit-frame-pointer
|
||||||
dll_init_CFLAGS:=-fomit-frame-pointer
|
dll_init_CFLAGS:=-fomit-frame-pointer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user