[wesnoth-commits] [wesnoth/wesnoth] 63ff64: Adds the opt/OPT option to scons/cmake.

GitHub noreply at github.com
Sat Apr 21 06:32:24 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 63ff641662d4192401a49f9a002d7872000a3f02
      https://github.com/wesnoth/wesnoth/commit/63ff641662d4192401a49f9a002d7872000a3f02
  Author: pentarctagon <pentarctagon at tutamail.com>
  Date:   2018-04-21 (Sat, 21 Apr 2018)

  Changed paths:
    M CMakeLists.txt
    M SConstruct
    M utils/travis/docker_run.sh
    M utils/travis/steps/install.sh
    M utils/travis/steps/script.sh

  Log Message:
  -----------
  Adds the opt/OPT option to scons/cmake.

Travis now also makes use of this to set the optimization level for the -O0 builds, rather than extra_flags_*.  This additionally fixes an issue where using -O0 in the release build with LTO resulted in the individual *.o files being compiled with -O0, but LTO then still linked with release's default -O3.


  Commit: 96c41271d80937da778d05477b0e1caadc6def10
      https://github.com/wesnoth/wesnoth/commit/96c41271d80937da778d05477b0e1caadc6def10
  Author: pentarctagon <pentarctagon at tutamail.com>
  Date:   2018-04-21 (Sat, 21 Apr 2018)

  Changed paths:
    M SConstruct
    M utils/travis/docker_run.sh

  Log Message:
  -----------
  Print the value of STRICT and build_timeout.


Compare: https://github.com/wesnoth/wesnoth/compare/7241561554e9...96c41271d809


More information about the Commits mailing list