mirror of
https://codeberg.org/scip/pcp.git
synced 2026-08-25 13:34:18 +02:00
5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
= build a static binary =
|
|
|
|
./configure --disable-debug
|
|
make LDFLAGS="-all-static -s"
|