We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecac814 commit 9a83635Copy full SHA for 9a83635
.github/workflows/build_cross.yml
@@ -35,6 +35,7 @@ jobs:
35
toolchain: http://musl.cc/aarch64-linux-musl-cross.tgz
36
cc: aarch64-linux-musl-gcc
37
cxx: aarch64-linux-musl-g++
38
+ ldflags: "-static"
39
env:
40
CC: gcc
41
CXX: g++
0 commit comments