mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
This allows GCC, when used to build C mains, to access the C header through command line arguments instead of through the `C_INCLUDE_PATH` environment variable, which lets GCC emit warnings for issues found in C headers. This will be useful to detect issues in generated code.