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
The project generates a plethora of warning spew. In some cases, we take steps to suppress these until proper fixes can land upstream. In that case, patches will be tagged against this issue, with commentary.
The text was updated successfully, but these errors were encountered:
* Adds amd-llvm specific warning flags for sub-projects, disabling some very chatty low signal warnings (`-Wno-documentation-unknown-command -Wno-documentation-pedantic -Wno-unused-command-line-argument`).
* Sets `-DLLVM_ENABLE_PEDANTIC=OFF` for LLVM if building on GCC since it seems that the project doesn't audit this carefully and is full of spam.
* Disables verbose logs of sub-project installation sequences.
Updates #47.
* Adds amd-llvm specific warning flags for sub-projects, disabling some
very chatty low signal warnings (`-Wno-documentation-unknown-command
-Wno-documentation-pedantic -Wno-unused-command-line-argument`).
* Sets `-DLLVM_ENABLE_PEDANTIC=OFF` for LLVM if building on GCC since it
seems that the project doesn't audit this carefully and is full of spam.
* Disables verbose logs of sub-project installation sequences.
Updates #47.
The project generates a plethora of warning spew. In some cases, we take steps to suppress these until proper fixes can land upstream. In that case, patches will be tagged against this issue, with commentary.
The text was updated successfully, but these errors were encountered: