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

Suppress a gcc warning related to -O3 -g #1075

Merged
merged 1 commit into from
Jun 29, 2021

Conversation

KineticTheory
Copy link
Collaborator

@KineticTheory KineticTheory commented Jun 28, 2021

Background

  • We recently added -g to all builds. We have some source code that generates warnings for -g -O3 related code complexity that we want to silence.

Description of changes

  • Add option -fno-var-tracking-assignments for Release GNU builds.

Status

@codecov
Copy link

codecov bot commented Jun 28, 2021

Codecov Report

Merging #1075 (7935297) into develop (f004039) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           develop   #1075   +/-   ##
=======================================
  Coverage     88.6%   88.6%           
=======================================
  Files          374     374           
  Lines        18577   18577           
=======================================
  Hits         16477   16477           
  Misses        2100    2100           

@KineticTheory KineticTheory merged commit a31862f into lanl:develop Jun 29, 2021
@KineticTheory KineticTheory deleted the suppress_gcc_warn branch June 29, 2021 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant