Files
pcp/FAQ
2015-05-27 23:10:26 +02:00

5 lines
85 B
Plaintext

= build a static binary =
./configure --disable-debug
make LDFLAGS="-all-static -s"