Open ion1 opened 1 month ago
Remove -Werror from cc-options
Currently the build with -Werror fails on my system due to a redundant -L path:
-L
error: clang: error: argument unused during compilation: '-LD:\ghcup\ghc\9.4.8\lib\../mingw/lib' [-Werror,-Wunused-command-line-argument]
Future versions of compilers may break the build with -Werror again just by introducing new warnings.
Upgrade to singletons 3.0
This change is
Remove -Werror from cc-options
Currently the build with -Werror fails on my system due to a redundant
-L
path:Future versions of compilers may break the build with -Werror again just by introducing new warnings.
Upgrade to singletons 3.0
This change is