[Commits] [wesnoth/wesnoth] 0f2dc9: use -O0 optimizations on the gcc build, as this is...
GitHub
noreply at github.com
Fri Jul 4 19:37:34 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 0f2dc9b17be706969b03a15a62a14e3ef3bc9387
https://github.com/wesnoth/wesnoth/commit/0f2dc9b17be706969b03a15a62a14e3ef3bc9387
Author: Chris Beck <render787 at gmail.com>
Date: 2014-07-04 (Fri, 04 Jul 2014)
Changed paths:
M .travis.yml
Log Message:
-----------
use -O0 optimizations on the gcc build, as this is faster
This swaps the optimization levels used by default and alternate
configurations, so that gcc gets -O0, so the compiler will do
less work. gcc does not run the wml unit tests so this should
definitely save time.
More information about the Commits
mailing list