Skip to content

Commit

Permalink
Use llvm's ld.lld
Browse files Browse the repository at this point in the history
  • Loading branch information
perkfly committed Jul 9, 2024
1 parent ada2ec6 commit 6fe89e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- arch: i386
host: i386-linux-musl
capture_interface: eth0
# https://github.com/ziglang/zig/issues/7935
zigflags: -target x86-linux-musl -fPIC -z notext
- arch: arm
host: arm-linux-gnueabihf
Expand Down Expand Up @@ -142,6 +143,7 @@ jobs:
- name: Build the Chrome version of curl-impersonate
run: |
export LDFLAGS=-fuse-ld=lld
make chrome-build
make chrome-checkbuild
make chrome-install
Expand Down

0 comments on commit 6fe89e3

Please sign in to comment.