Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-02-16 23:30:46 +0300
committerChristopher Faylor <me@cgf.cx>2004-02-16 23:30:46 +0300
commit2c29523ece003e87194d6a262259950571400de6 (patch)
treef00604789a83de26d01d7ebdd5b49196ba504a6d /winsup/cygwin/Makefile.in
parenta5c525cc005241a0a6dc66bf8abf8d38377ed72a (diff)
* Makefile.in: Compile delqueue.o with -fomit-frame-pointer.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 5db3f92ae..ad77b74f0 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -222,6 +222,7 @@ ifneq "${filter -O%,$(CFLAGS)}" ""
cygheap_CFLAGS:=-fomit-frame-pointer
cygthread_CFLAGS:=-fomit-frame-pointer
cygtls_CFLAGS:=-fomit-frame-pointer
+delqueue_CFLAGS:=-fomit-frame-pointer
devices_CFLAGS:=-fomit-frame-pointer -Os
dir_CFLAGS:=-fomit-frame-pointer
dll_init_CFLAGS:=-fomit-frame-pointer