We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ed18f commit 32fd94bCopy full SHA for 32fd94b
.github/workflows/make.yml
@@ -73,8 +73,8 @@ jobs:
73
shell: msys2 {0}
74
run: |
75
PREFIX=$(cygpath -m "$GITHUB_WORKSPACE/binutils-install")
76
- ./configure --target=z80-none-elf --disable-gdb --disable-sim --disable-readline --prefix="$PREFIX"
77
- make -j4 MAKEINFO=true && make install -j4 MAKEINFO=true
+ ./configure --target=z80-none-elf --disable-gdb --disable-sim --disable-readline --disable-nls --disable-shared --enable-static --prefix="$PREFIX"
+ make -j4 LDFLAGS="-all-static" MAKEINFO=true && make install -j4 MAKEINFO=true
78
79
- name: "[Unix] Tar install"
80
if: runner.os != 'Windows'
0 commit comments