Skip to content

Commit

Permalink
Add -mno-outline-atomics for aarch64 musl
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Mar 6, 2024
1 parent 1fe1b88 commit b3409f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- arch: aarch64
host: aarch64-linux-musl
capture_interface: eth0
zigflags: -target aarch64-linux-musl -fPIC
zigflags: -target aarch64-linux-musl -fPIC -mno-outline-atomics
- arch: arm
host: arm-linux-gnueabihf
capture_interface: eth0
Expand Down

0 comments on commit b3409f8

Please sign in to comment.