Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAllow easy usage of different compiler versions in the buildsystem #1253
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now we can not easily set a compile and a version within our
configurescript. #1250 did a small fix forclang-9andclang-10because 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:
Originally posted by @simonsan in #1250
Originally posted by @TheJJ in #1250