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 ff15f5e commit 25508efCopy full SHA for 25508ef
codebasin/config.py
@@ -282,7 +282,7 @@ class GnuArgumentParser(ArgumentParser):
282
def parse_args(self, argv: list[str]) -> list[PreprocessorConfiguration]:
283
args = _parse_compiler_args(argv + _importcfg[self.name])
284
for arg in argv:
285
- if arg in ["-fopenmp"]:
+ if arg == "-fopenmp":
286
args.defines.append("_OPENMP")
287
configuration = PreprocessorConfiguration(
288
args.defines,
0 commit comments