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>2005-06-05 08:15:16 +0400
committerChristopher Faylor <me@cgf.cx>2005-06-05 08:15:16 +0400
commit6eb501439a303d9604ce02f72bcc71aec98109e1 (patch)
tree2cedfe026b477cd5507d3aa66957f45a1e406549 /winsup/cygwin/Makefile.in
parent61496ed68038c4baa13937488b8c141501b0c0c4 (diff)
* Makefile.in: Build sync.o with -fomit-frame-pointer and -O3.
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 b58cf8173..27c8775f1 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -262,6 +262,7 @@ regerror_CFLAGS=-fomit-frame-pointer
regexec_CFLAGS=-fomit-frame-pointer
regfree_CFLAGS=-fomit-frame-pointer
shared_CFLAGS:=-fomit-frame-pointer
+sync_CFLAGS:=-fomit-frame-pointer -O3
smallprint_CFLAGS:=-fomit-frame-pointer
syscalls_CFLAGS:=-fomit-frame-pointer
sysconf_CFLAGS:=-fomit-frame-pointer