summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/Makefile.in
diff options
context:
space:
mode:
authorThomas Pfaff <tpfaff@gmx.net>2003-04-17 20:05:15 +0000
committerThomas Pfaff <tpfaff@gmx.net>2003-04-17 20:05:15 +0000
commitf3c1c540516337d9742e06db9ea831018a4a0576 (patch)
tree96584ddbf91f00283cf98333d48c839a712ffa74 /winsup/cygwin/Makefile.in
parenta4cea44072f03808fae271d1a4075225ae166d86 (diff)
downloadcygnal-f3c1c540516337d9742e06db9ea831018a4a0576.tar.gz
cygnal-f3c1c540516337d9742e06db9ea831018a4a0576.tar.bz2
cygnal-f3c1c540516337d9742e06db9ea831018a4a0576.zip
* Makefile.in: Add finline-functions optimization to CXXFLAGS.
* autoload.cc (LoadDLLprime): Rename std_dll_init to _std_dll_init. (std_dll_init): Remove name mangling prototype. Add attributes used and noinline. (wsock_init): Ditto. Change wsock_init to _wsock_init in wsock32 and ws2_32 LoadDLLprime. * exceptions.cc (unused_sig_wrapper): Remove prototype. Add attributes used and noinline. * pwdgrp.h ((pwdgrp (passwd *&)): Remove inline code. (pwdgrp (__group32 *&)): Ditto. * grp.cc (pwdgrp (passwd *&)): Outline constructor. (pwdgrp (__group32 *&)): Ditto.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 2695a73d7..2a29e454a 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -80,6 +80,9 @@ CFLAGS=@CFLAGS@
override CFLAGS+=-MMD ${$(*F)_CFLAGS}
CXX=@CXX@
CXXFLAGS=@CXXFLAGS@
+ifeq ($(CYGINLINE),1)
+override CXXFLAGS+=-finline-functions
+endif
AR:=@AR@
AR_FLAGS:=qv