Files
pcp/FAQ

5 lines
85 B
Plaintext
Raw Normal View History

2015-05-27 23:10:26 +02:00
= build a static binary =
./configure --disable-debug
make LDFLAGS="-all-static -s"