We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90ecff commit abee26dCopy full SHA for abee26d
easybuild/toolchains/compiler/gcc.py
@@ -84,6 +84,8 @@ class Gcc(Compiler):
84
if systemtools.get_cpu_family() == systemtools.RISCV:
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']
89
90
# used when 'optarch' toolchain option is enabled (and --optarch is not specified)
91
COMPILER_OPTIMAL_ARCHITECTURE_OPTION = {
0 commit comments