This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] revert finline changes to Makefile.in


I would like to revert my patch to Makefile.in to enable finline-functions
optimization. This change to Makefile.in is not obvious to use. A better
way to enable finline-functions is to set CXXFLAGS properly, for example:

export CFLAGS="-O2 -s -pipe"
export CXXFLAGS="$CFLAGS -finline-functions"
configure

2003-04-30  Thomas Pfaff  <tpfaff@gmx.net>

	* Makefile.in: Revert patch from 2003-04-17.

Attachment: finline-revert.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]