We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ed18f commit a165c0dCopy full SHA for a165c0d
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 --disable-nls --enable-static-link --disable-shared-plugins --disable-dynamicplugin --disable-tls --prefix="$PREFIX"
77
make -j4 MAKEINFO=true && make install -j4 MAKEINFO=true
78
79
- name: "[Unix] Tar install"
0 commit comments