Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket committed Nov 13, 2024
1 parent f9fba39 commit 7b5ec13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/tools/toolchain/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def _set_compiler_flags(self):
elif self.options.get('optarch', False):
optarchflags.append(self.options.option('optarch'))

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)] + \
[self.options.option('defaultprec')]

self.variables.nextend('OPTFLAGS', optflags + optarchflags)
Expand Down

0 comments on commit 7b5ec13

Please sign in to comment.