Build very sensitive to compiler differences, consider having a "strict" option #361
Labels
part: build
Issues and PRs related to the build process
type: enhancement
Issues and PRs related to improvements to existing features
Compilers might have different considerations for what is, and what is not, a warning. Example: #359
For
perspective
for example, we had a "STRICT" flag: https://github.com/finos/perspective/blob/08448ccc7ad8b9ca2c98659b1c8187e7ab40aa68/cpp/perspective/CMakeLists.txt#L73We should consider doing something similar. We can enable it in CI/locally where we have full control over the env, but allow it to be unset for end users that might be building from source against other compilers.
The text was updated successfully, but these errors were encountered: