Changes between Version 33 and Version 34 of CompileApp
- Timestamp:
- Sep 18, 2008, 12:14:13 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileApp
v33 v34 176 176 make 177 177 }}} 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: 179 179 {{{ 180 180 _autosetup 181 LDFLAGS=-static-libgcc CFLAGS=-ftree-vectorize CXXFLAGS=-ftree-vectorize ./configure --disable-client --disable-server181 LDFLAGS=-static-libgcc CFLAGS=-ftree-vectorize CXXFLAGS=-ftree-vectorize FFLAGS=-ftree-vectorize ./configure --disable-client --disable-server 182 182 make 183 183 }}}