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
One can use the implicit variable$(CC) to get whatever the user-preferred compiler (and its location) is. It also makes it easier to set up a CI build matrix with other compilers.
The text was updated successfully, but these errors were encountered:
The Makefiles for
caption-inspector
appear to be all hard coded to useclang
:caption-inspector/src/Makefile
Lines 137 to 143 in 476326f
This project builds fine on gcc 9.3 too.
One can use the implicit variable
$(CC)
to get whatever the user-preferred compiler (and its location) is. It also makes it easier to set up a CI build matrix with other compilers.The text was updated successfully, but these errors were encountered: