Travis: Use GCC 6 for Mac pre-release builds

The primary impetus for this is to eliminate build warnings, such as

  (32-bit only)
  section "__textcoal_nt" is deprecated

  object file (XXXXXX.o) was built for newer OSX version (10.XX) than
  being linked (10.5)

Upgrading to GCC 6 results in neutral performance for compression,
a measured average overall decompression speedup of 2.5% for 64-bit
code, and a measured average overall decompression speedup of -4.3% for
32-bit code on a 3 GHz Core i7.  The 4.3% slow-down for 32-bit code is
deemed acceptable, given that 32-bit macOS apps are deprecated.
This commit is contained in:
DRC
2019-11-05 17:45:10 -06:00
parent cbf0fcc8b7
commit d70047fcd2

View File

@@ -1,3 +1,3 @@
brew 'yasm'
brew 'gcc@5'
brew 'gcc@6'
brew 'md5sha1sum'