Skip to content

Commit

Permalink
build: pass -fno-use-linker-plugin to compiler
Browse files Browse the repository at this point in the history
The missing flag here was causing builds of krb5 to fail.

Epic: none
Release note: None
  • Loading branch information
rickystewart committed Apr 6, 2023
1 parent 659b90b commit c6ab02c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/toolchains/crosstool-ng/cc_toolchain_config.bzl.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def _impl(ctx):
"-Iexternal/%{repo_name}/%{target}/include/c++/6.5.0",
"-no-canonical-prefixes",
"-fno-canonical-system-headers",
"-fno-use-linker-plugin",
],
),
]),
Expand Down

0 comments on commit c6ab02c

Please sign in to comment.