Comcast / Comcast/caption-inspector

Makefile hard coded to use clang

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
100
Forks
18
PR merge metrics
No merged PRs in 30d

Description

The Makefiles for `caption-inspector` appear to be all hard coded to use `clang`:

https://github.com/Comcast/caption-inspector/blob/476326f08a43ce38ecd1ea58b8910d7015e80cac/src/Makefile#L137-L143

This project builds fine on gcc 9.3 too.

One can use [the implicit variable](https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html) `$(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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.