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 8ff6ba0 commit 688c670Copy full SHA for 688c670
easybuild/toolchains/compiler/gcc.py
@@ -85,7 +85,7 @@ class Gcc(Compiler):
85
COMPILER_UNIQUE_OPTION_MAP['strict'] = []
86
COMPILER_UNIQUE_OPTION_MAP['precise'] = []
87
COMPILER_UNIQUE_OPTION_MAP['loose'] = ['fno-math-errno']
88
- COMPILER_UNIQUE_OPTION_MAP['verloose'] = ['fno-math-errno']
+ COMPILER_UNIQUE_OPTION_MAP['veryloose'] = ['fno-math-errno']
89
90
# used when 'optarch' toolchain option is enabled (and --optarch is not specified)
91
COMPILER_OPTIMAL_ARCHITECTURE_OPTION = {
0 commit comments