diff options
author | Christopher Faylor <me@cgf.cx> | 2003-09-14 01:58:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-09-14 01:58:03 +0000 |
commit | de9e39f7012690ef204f5660d8bb47970872d05a (patch) | |
tree | 748830088a26a614380957f097ced9f236500b00 /winsup/cygwin/Makefile.in | |
parent | e306c058c7fdf8802fa7ffcba5968546d89ddf12 (diff) | |
download | cygnal-de9e39f7012690ef204f5660d8bb47970872d05a.tar.gz cygnal-de9e39f7012690ef204f5660d8bb47970872d05a.tar.bz2 cygnal-de9e39f7012690ef204f5660d8bb47970872d05a.zip |
* Makefile.in: Make malloc_wrapper -fomit-frame-pointer.
* cygwin.din: Remove extraneous mallinfo definition.
* dcrt0.cc (quoted): Use strechr for efficiency.
* fhandler.cc (fhandler_base::write): Correctly use get_output_handle rather
than get_handle.
(fhandler_base::lseek): Use method for accessing name in debug output.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r-- | winsup/cygwin/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 785b20744..78851af0c 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -50,6 +50,7 @@ DEFS:=@DEFS@ # cygheap_CFLAGS:=-fomit-frame-pointer malloc_CFLAGS:=-fomit-frame-pointer +malloc_wrapper_CFLAGS:=-fomit-frame-pointer shared_CFLAGS:=-fomit-frame-pointer cygthread_CFLAGS:=-fomit-frame-pointer miscfuncs_CFLAGS:=-fomit-frame-pointer |