* Makefile.in: Build sync.o with -fomit-frame-pointer and -O3.

This commit is contained in:
Christopher Faylor 2005-06-05 04:15:16 +00:00
parent 61496ed680
commit 6eb501439a
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-06-05 Christopher Faylor <cgf@timesys.com>
* Makefile.in: Build sync.o with -fomit-frame-pointer and -O3.
2005-06-05 Christopher Faylor <cgf@timesys.com> 2005-06-05 Christopher Faylor <cgf@timesys.com>
* sync.cc (muto::acquire): Remove unneeded brackets and fix whitespace. * sync.cc (muto::acquire): Remove unneeded brackets and fix whitespace.

View File

@ -262,6 +262,7 @@ regerror_CFLAGS=-fomit-frame-pointer
regexec_CFLAGS=-fomit-frame-pointer regexec_CFLAGS=-fomit-frame-pointer
regfree_CFLAGS=-fomit-frame-pointer regfree_CFLAGS=-fomit-frame-pointer
shared_CFLAGS:=-fomit-frame-pointer shared_CFLAGS:=-fomit-frame-pointer
sync_CFLAGS:=-fomit-frame-pointer -O3
smallprint_CFLAGS:=-fomit-frame-pointer smallprint_CFLAGS:=-fomit-frame-pointer
syscalls_CFLAGS:=-fomit-frame-pointer syscalls_CFLAGS:=-fomit-frame-pointer
sysconf_CFLAGS:=-fomit-frame-pointer sysconf_CFLAGS:=-fomit-frame-pointer