-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade the compiler used on Linux (#2)
We have already upgraded the macOS and Windows compilers on the master branch. This change upgrades the Linux compiler. The new compiler is gcc 7.3, upgraded from gcc 6.2. The OS used to build releases is also upgraded, to CentOS 6 from Fedora 10. gcc 7.3 is built from source with the --enable-vtable-verify option so that the -fvtable-verify=std option could possibly be used in the future. Finally, the -std flag has been changed to allow C++14 features to be used. This matches macOS and Windows. However, for ease of backporting it is best that we don't use C++14 features until version 6.x is nearing end-of-life.
- Loading branch information
1 parent
af320b1
commit ad634ff
Showing
15 changed files
with
133 additions
and
411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.