mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
= build a static binary =
|
|
|
|
./configure --disable-debug
|
|
make LDFLAGS="-all-static -s"
|