Skip to content
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

build: add option for warning (non-)suppression #62

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

c-dilks
Copy link
Contributor

@c-dilks c-dilks commented Sep 9, 2024

Adds build option suppress_warnings to control whether compilation warnings are suppressed (_cf. #61). They are suppressed by default (suppress_warnings = true).

To control this option, run the following commands (while in the build directory):

meson configure -D suppress_warnings=false       # disable warning suppression
meson configure -D suppress_warnings=true        # enable warning suppression

Then the warnings will be suppressed or not, for the next time you run ninja.

@gavalian gavalian merged commit a98b98f into gavalian:master Oct 14, 2024
5 checks passed
@c-dilks c-dilks deleted the opt-warning-supp branch October 14, 2024 17:58
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.

2 participants