Revert "fix"

This reverts commit 896d7cf497.
This commit is contained in:
Harmen Stoppels
2024-04-26 23:13:04 +02:00
parent 896d7cf497
commit 30f811588d

View File

@@ -75,9 +75,3 @@ def f77_version(cls, f77):
@property
def stdcxx_libs(self):
return ("-lstdc++",)
@property
def verbose_flag(self):
# `rocmcc -v` calls `clang -cc1 -v`, which isn't as verbose as `clang -v`. So instead make
# the linker verbose explicitly.
return "-Wl,-v"