Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on September 26, 2013, 06:07:49 am

Title: Nightly (Windows): 26 Sep 2013 - Revision 9826
Post by: SirKnightly on September 26, 2013, 06:07:49 am
Here is the nightly for Windows on 26 Sep 2013 - Revision 9826

Group: Standard
fso-WIN-Standard-20130926_r9826.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20130926_r9826.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20130926_r9826.md5)

Group: NO-SSE
fso-WIN-NO-SSE-20130926_r9826.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20130926_r9826.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20130926_r9826.md5)

Group: SSE
fso-WIN-SSE-20130926_r9826.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20130926_r9826.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20130926_r9826.md5)

Code: [Select]
------------------------------------------------------------------------
r9824 | niffiwan | 2013-09-25 05:46:21 -0500 (Wed, 25 Sep 2013) | 6 lines
Changed paths:
   M /trunk/fs2_open/configure.ac

Tweak autotools compilation

Add -pipe to potentially speed up compiles
Change -mtune to generic to clarify intent
(people compiling executables for their own use (i.e. not for distribution)
should set CXXFLAGS="-march=native" before running autogen.sh)
------------------------------------------------------------------------