[wesnoth-commits] [wesnoth/wesnoth] b80114: Remove debugging symbols from Travis xcode build.

GitHub noreply at github.com
Fri Mar 23 08:10:29 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: b801140344c7cbf86980ff54ef963f9ec2122897
      https://github.com/wesnoth/wesnoth/commit/b801140344c7cbf86980ff54ef963f9ec2122897
  Author: pentarctagon <pentarctagon at tutamail.com>
  Date:   2018-03-23 (Fri, 23 Mar 2018)

  Changed paths:
    M utils/travis/steps/script.sh

  Log Message:
  -----------
  Remove debugging symbols from Travis xcode build.

This removes the -g option from the xcode travis build, since debugging information isn't needed and the increased size was causing the cache to timeout when compressing and uploading it.  ccache max cache size is also decreased from 2 GBs to 200 MBs, which matches the linux+cmake builds.  Fixes #2670.




More information about the Commits mailing list