Skip to content

Fix build errors #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix build errors #27

wants to merge 3 commits into from

Conversation

ion1
Copy link

@ion1 ion1 commented Sep 25, 2024

  • Remove -Werror from cc-options

    Currently the build with -Werror fails on my system due to a redundant -L path:

    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 Reviewable

Future versions of compilers may break the current code just by
introducing new warnings.

This happened with -Wunused-command-line-argument and redundant
-L parameters to the C compiler.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant