Skip to content

Conversation

@ivanimanishi
Copy link
Member

INCLUDE_PATHS is a list argument that can be used to add an arbitrary list of include paths to be added, with full control over their order from the options file.

We are also avoiding adding any include paths that are empty, when using the old arguments.

That is not strictly necessary (we could be setting it to an invalid path, for example) but does result in a much cleaner compile command.

Related Issues

We are changing our build environment at IE and want more control, from the options file, over which include paths are added to the compile commands and their order.

Checklist

  • I have read the contribution guidelines.
  • I have updated the documentation, if applicable.
  • I have tested my change(s) in the test suite, and added new test cases where necessary.
  • My code follows the Cortex project's prevailing coding style and conventions.

INCLUDE_PATHS is a list argument that can be used to add an arbitrary
list of include paths to be added, with full control over their order
from the options file.

We are also avoiding adding any include paths that are empty, when using
the old arguments.

That is not strictly necessary (we could be setting it to an invalid
path, for example) but does result in a much cleaner compile command.
@ivanimanishi ivanimanishi marked this pull request as draft November 20, 2025 18:32
@ivanimanishi
Copy link
Member Author

Closed in favour of #1498, which should be a safer change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant