SFTtech/openage

Allow easy usage of different compiler versions in the buildsystem

已关闭

#1,253 创建于 2020年5月4日

 (1 条评论) (0 个反应) (0 位负责人)Python (1,135 个派生)batch import
area: buildsystemgood first issueimprovement

仓库指标

星标
 (12,130 个星标)
PR 合并指标
 (平均合并 9天 23小时) (30 天内合并 1 个 PR)

描述

Right now we can not easily set a compile and a version within our configure script. #1250 did a small fix for clang-9 and clang-10 because we needed that for the CI. But it would be nice to create some parser that "respects the versions making it easier to test for multiple compiler versions" (@TheJJ ).

Regarding:

This should be just a small fix, we should probably implement something that splits compiler into compiler-name and compiler-version => if it's clang and then append the version to clang++.

Originally posted by @simonsan in https://github.com/SFTtech/openage/pull/1250

And yes, the compiler-name-and-version parser would be the real fix. But, if we implement it, the version should actually be respected, since that way you may test multiple compiler versions easily.

Originally posted by @TheJJ in https://github.com/SFTtech/openage/pull/1250

贡献者指南