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