aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/msys2-llvm
Commit message (Collapse)AuthorAgeFilesLines
* fix(configure): disable -Werror by defaultXiretza2022-05-161-0/+1
| | | | | | | | | | | | Because the build system does not have direct control over the compiler, it cannot ensure that no warnings are issued in downstream compilations. Such warnings can occur due to newer compiler versions with more sophisticated diagnostics, older compiler versions with diagnostics bugs, or simply different, untested compilers. With -Werror enabled by default, these harmless warnings result in complete compilation failures. The option remains enabled in CI to ensure upstream code quality.
* scripts: update MSYS2 recipesumarcor2021-07-211-2/+8
|
* mv dist/* scripts/umarcor2021-01-061-0/+34