fix clang builds #123

Merged
anonfunc merged 1 commits from RubenKelevra/ALHP.GO:fix/clang_builds into master 2022-05-22 16:51:18 +02:00
Contributor

We need to roll back the devirtualize-at-ltrans flag, as clang complains about it and there's no way to let clang ignore it.

If we want such flags we would need a special parameterlist for GCC and one for clang and apply the right one for each package, or via a shim on a clang/gcc call before calling the actual compiler.

The error message is:

clang-13: error: unknown argument: '-fdevirtualize-at-ltrans'

This for example blocks firefox builds right now.

We need to roll back the `devirtualize-at-ltrans` flag, as clang complains about it and there's no way to let clang ignore it. If we want such flags we would need a special parameterlist for GCC and one for clang and apply the right one for each package, or via a shim on a clang/gcc call before calling the actual compiler. The error message is: ```console clang-13: error: unknown argument: '-fdevirtualize-at-ltrans' ``` This for example blocks firefox builds right now.
RubenKelevra added 1 commit 2022-05-22 14:04:14 +02:00
df3ae03f6d fix clang builds
clang complains about an unknown flag beeing set:
clang-13: error: unknown argument: '-fdevirtualize-at-ltrans'
anonfunc merged commit d56a25e397 into master 2022-05-22 16:51:18 +02:00
RubenKelevra deleted branch fix/clang_builds 2022-05-22 18:56:00 +02:00
Sign in to join this conversation.
No description provided.