[Commits] [wesnoth/wesnoth] 8bff08: make the "alternate" clang build use -O0 optimizat...

GitHub noreply at github.com
Fri Jul 4 19:29:42 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 8bff0848a18a9dc122102b0e4a716b74cf6ea161
      https://github.com/wesnoth/wesnoth/commit/8bff0848a18a9dc122102b0e4a716b74cf6ea161
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-07-04 (Fri, 04 Jul 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  make the "alternate" clang build use -O0 optimizations

The alternate clang build currently uses strict compilation = false,
this was requested so that we get as many error messages as possible.

We would also like to have an -O0 build run against the unit tests,
as sometimes -O0 will segfault while -O2 won't, etc. So in this
commit the alternate build uses that option also. I also rename
the environment variables, so that the build matrix is based on
casing out whether "alternate_configuration" is true (not strict_
compilation) as previously, and the alternate_configuration flag
leads to options being exported in the before_install phase.





More information about the Commits mailing list