Skip to content
Snippets Groups Projects
Commit c7a5dd36 authored by Massimiliano Culpo's avatar Massimiliano Culpo
Browse files

qa : flake8 issues

parent ab995df7
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class Gmp(AutotoolsPackage):
def configure_args(self):
args = ['--enable-cxx']
# We need this flag if we want all the following checks to pass.
# We need this flag if we want all the following checks to pass.
if spec.compiler.name == 'intel':
args.append('CXXFLAGS=-no-ftz')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment