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

configure: add --enable-warnings flag #103

Merged

Conversation

gcongiu
Copy link
Contributor

@gcongiu gcongiu commented Oct 24, 2023

Pull Request Description

The --enable-warnings configure flag allows for a maintainer build where the compiler (gcc) uses -Wall -Wextra.

Author Checklist

  • Description
    Why this PR exists. Reference all relevant information, including background, issues, test failures, etc
  • Commits
    Commits are self contained and only do one thing
    Commits have a header of the form: module: short description
    Commits have a body (whenever relevant) containing a detailed description of the addressed problem and its solution
  • Tests
    The PR needs to pass all the tests

@gcongiu gcongiu marked this pull request as ready for review October 24, 2023 17:14
@gcongiu gcongiu requested a review from adanalis October 24, 2023 17:15
src/configure Outdated Show resolved Hide resolved
@gcongiu gcongiu force-pushed the 2023.10.24_add-enable-strict-config-opt branch from 5f322b0 to aee3b83 Compare October 27, 2023 08:36
@gcongiu gcongiu force-pushed the 2023.10.24_add-enable-strict-config-opt branch 2 times, most recently from 33fd3d8 to 10f9ee8 Compare November 6, 2023 19:10
@gcongiu gcongiu changed the title configure: add --enable-strict flag configure: add --enable-warnings flag Nov 6, 2023
@gcongiu gcongiu force-pushed the 2023.10.24_add-enable-strict-config-opt branch from 10f9ee8 to 4196f62 Compare November 6, 2023 19:45
@gcongiu gcongiu added this to the PAPI 7.1.0 release milestone Nov 7, 2023
@gcongiu gcongiu force-pushed the 2023.10.24_add-enable-strict-config-opt branch 2 times, most recently from 8440fa0 to ce7db5c Compare November 8, 2023 15:37
@gcongiu gcongiu force-pushed the 2023.10.24_add-enable-strict-config-opt branch from ce7db5c to ba6b037 Compare November 9, 2023 16:52
The --enable-warnings configure flag allows for a maintainer build mode
where the compiler (gcc) enables extra warnings (-Wextra).
@gcongiu gcongiu force-pushed the 2023.10.24_add-enable-strict-config-opt branch from ba6b037 to 17ae0c8 Compare November 10, 2023 14:00
@gcongiu gcongiu merged commit 3033ce4 into icl-utk-edu:master Nov 10, 2023
14 checks passed
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