Changes between Version 33 and Version 34 of CompileApp


Ignore:
Timestamp:
Sep 18, 2008, 12:14:13 PM (16 years ago)
Author:
evandro
Comment:

Add vectorization options to x86-64 Linux build.

Legend:

Unmodified
Added
Removed
Modified
  • CompileApp

    v33 v34  
    176176make
    177177}}}
    178  For x86-64 builds, it's possible to take SSE2 for granted, as long as GCC is version 4.0 or later, then type:
     178 For x86-64 builds, it's possible to take SSE2 for granted, as long as GCC is version 4.0+, then type instead:
    179179{{{
    180180_autosetup
    181 LDFLAGS=-static-libgcc CFLAGS=-ftree-vectorize CXXFLAGS=-ftree-vectorize ./configure --disable-client --disable-server
     181LDFLAGS=-static-libgcc CFLAGS=-ftree-vectorize CXXFLAGS=-ftree-vectorize FFLAGS=-ftree-vectorize ./configure --disable-client --disable-server
    182182make
    183183}}}