We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ed18f commit a74caadCopy full SHA for a74caad
1 file changed
.github/workflows/make.yml
@@ -73,7 +73,7 @@ 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"
+ ./configure --target=z80-none-elf --disable-gdb --disable-sim --disable-readline --disable-shared --enable-static --prefix="$PREFIX"
77
make -j4 MAKEINFO=true && make install -j4 MAKEINFO=true
78
79
- name: "[Unix] Tar install"
0 commit comments