From: DRC Date: Sun, 14 Feb 2010 08:02:55 +0000 (+0000) Subject: Reflect the fact that CFLAGS=CXXFLAGS=-O3 by default X-Git-Tag: 0.0.90~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d5fc18f58831dc7a1a3684454e04bf1b2c15d87;p=libjpeg-turbo Reflect the fact that CFLAGS=CXXFLAGS=-O3 by default git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@91 632fc199-4ca6-4c93-a231-07263d6284db --- diff --git a/README-turbo.txt b/README-turbo.txt index b2b3471..e5725a1 100755 --- a/README-turbo.txt +++ b/README-turbo.txt @@ -78,7 +78,7 @@ for 64-bit build instructions.) cd libjpeg-turbo autoreconf -fiv - sh ./configure CFLAGS='-O3' CXXFLAGS='-O3' + sh ./configure make NOTE: Running autoreconf is only necessary if building libjpeg-turbo from the @@ -155,9 +155,9 @@ Build Recipes Same instructions as above, but add - --host i686-pc-linux-gnu + --host i686-pc-linux-gnu CFLAGS='-O3 -m32' CXXFLAGS='-O3 -m32' -to the configure command line and replace CFLAGS and CXXFLAGS with '-O3 -m32'. +to the configure command line. 64-bit Library Build on 64-bit OS/X @@ -175,9 +175,9 @@ to the configure command line. NASM 2.07 from MacPorts must be installed. Same instructions as above, but add - LDFLAGS='-m32' + CFLAGS='-O3 -m32' CXXFLAGS='-O3 -m32' LDFLAGS=-m32 -to the configure command line and replace CFLAGS and CXXFLAGS with '-O3 -m32'. +to the configure command line. 64-bit Library Build on 64-bit Solaris @@ -185,9 +185,9 @@ to the configure command line and replace CFLAGS and CXXFLAGS with '-O3 -m32'. Same instructions as above, but add - --host x86_64-pc-solaris LDFLAGS='-m64' + --host x86_64-pc-solaris CFLAGS='-O3 -m64' CXXFLAGS='-O3 -m64' LDFLAGS=-m64 -to the configure command line and replace CFLAGS and CXXFLAGS with '-O3 -m64'. +to the configure command line. MinGW Build on Cygwin