You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that OpenFOAM overrides the default behavior of GCC to annotate errors, warnings, etc. This makes it pretty tiring sometimes to read compiler messages.
Defining ADAPTER_PREP_FLAGS="-fdiagnostics-color=always" in Allwmake seems to help, but probably there is a better way to set this. I opened an upstream issue.
The text was updated successfully, but these errors were encountered:
MakisH
added
the
dev
Not directly affecting users, but helping future development
label
Aug 8, 2023
I have noticed that OpenFOAM overrides the default behavior of GCC to annotate errors, warnings, etc. This makes it pretty tiring sometimes to read compiler messages.
Defining
ADAPTER_PREP_FLAGS="-fdiagnostics-color=always"
inAllwmake
seems to help, but probably there is a better way to set this. I opened an upstream issue.The text was updated successfully, but these errors were encountered: