qa : flake8 issues

This commit is contained in:
alalazo
2016-10-11 16:30:06 +02:00
parent ab995df777
commit c7a5dd36e2

View File

@@ -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')