'Compiling external dependencies with different compiler flags
We are importing external C++ bazel projects with http_archives, but we'd like to compile the external projects with a different set of gcc flags than we use with our own code.
We want to do this because the external projects won't compile with some of the stricter warnings that we want to move to.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
