commit fe082f4
chld
·
2026-09-06 18:22:44 +0000 UTC
parent d85d481
twin: some extra cflags
1 files changed,
+3,
-0
+3,
-0
1@@ -9,7 +9,10 @@ build(){
2 CFLAGS='-static -O3 -pipe' LDFLAGS='-static' ./configure \
3 --libdir=/lib \
4 --bindir=/bin \
5+ --enable-silent-rules \
6 --sbindir=/sbin \
7+ --without-gnu-ld \
8+ --without-x \
9 --sysconfdir=/etc \
10 --enable-static \
11 --enable-server-static=yes \