We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6f806 commit cd3b614Copy full SHA for cd3b614
easybuild/tools/toolchain/compiler.py
@@ -280,7 +280,7 @@ def _set_compiler_flags(self):
280
elif self.options.get('optarch', False):
281
optarchflags.append(self.options.option('optarch'))
282
283
- precflags = [self.options.option(x) for x in self.COMPILER_PREC_OPTION if self.options.get(x, False)] + \
+ precflags = [self.options.option(x) for x in self.COMPILER_PREC_OPTIONS if self.options.get(x, False)] + \
284
[self.options.option('defaultprec')]
285
286
self.variables.nextend('OPTFLAGS', optflags + optarchflags)
0 commit comments