Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colored messages from C/C++ compiler in C stubs #4083

Merged
merged 2 commits into from
Dec 16, 2022

Commits on Dec 16, 2022

  1. Export C/C++ compiler found in Cxx_flags

    Signed-off-by: Antonin Décimo <antonin@tarides.com>
    MisterDA committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    670eb20 View commit details
    Browse the repository at this point in the history
  2. Use colored output with GCC and Clang

    The flag -fdiagnostics-color=always is added to the :standard set of
    flags for C stubs, which can be easily removed by the user if needed.
    
    Signed-off-by: Antonin Décimo <antonin@tarides.com>
    MisterDA committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    e062d65 View commit details
    Browse the repository at this point in the history