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 3ffac33 commit 8745cdcCopy full SHA for 8745cdc
1 file changed
mesonbuild/compilers/mixins/elbrus.py
@@ -96,3 +96,7 @@ def get_option_std_args(self, target: BuildTarget, subproject: T.Optional[str] =
96
97
def openmp_flags(self) -> T.List[str]:
98
return ['-fopenmp']
99
+
100
+ @classmethod
101
+ def use_linker_args(cls, linker: str, version: str) -> T.List[str]:
102
+ return []
0 commit comments