optimization level
Lee <[email protected]> Sun, 1 Jan 2017 15:28:00 -0500
| Newsgroups | gmane.comp.web.privoxy.devel |
|---|---|
| Message-ID | <CAD8GWsve5JJMoTHqHqvs0KJ17PGLx2zm_rU5+kq_X3Bo-DyRsQ@mail.gmail.com> |
Just out of curiosity .. why not CFLAGS="-O3 ... -O3 makes a larger, but [hopefully? really?] faster, object file. Lee On 12/31/16, Ian Silvester <[email protected]> wrote: > Update of /cvsroot/ijbswa/OSXPackageBuilder > In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10842 > > Modified Files: > build.sh > Log Message: > Added compilation optimisation flags to improve performance at the cost of > increased binary size > > > Index: build.sh > =================================================================== > RCS file: /cvsroot/ijbswa/OSXPackageBuilder/build.sh,v > retrieving revision 1.9 > retrieving revision 1.10 > diff -C2 -d -r1.9 -r1.10 > *** build.sh 19 Jan 2016 02:54:43 -0000 1.9 > --- build.sh 31 Dec 2016 17:24:03 -0000 1.10 > *************** > *** 88,92 **** > autoconf > > ! /usr/bin/env CFLAGS="${CFLAGS} ${SYSROOT} ${ARCH} ${MACOSX_VERSION}" > LDFLAGS="${LDFLAGS} ${SYSROOT} ${ARCH} ${MACOSX_VERSION}" ./configure > ${OPTS} > > # > --- 88,92 ---- > autoconf > > ! /usr/bin/env CFLAGS="-O2 -mdynamic-no-pic ${CFLAGS} ${SYSROOT} ${ARCH} > ${MACOSX_VERSION}" LDFLAGS="${LDFLAGS} ${SYSROOT} ${ARCH} ${MACOSX_VERSION}" > ./configure ${OPTS} > > # > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > ijbswa-commits mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ijbswa-commits > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot