added hint for static building

This commit is contained in:
TLINDEN
2015-05-27 23:10:26 +02:00
parent 9a6df3ce53
commit d1bc54de01

4
FAQ Normal file
View File

@@ -0,0 +1,4 @@
= build a static binary =
./configure --disable-debug
make LDFLAGS="-all-static -s"