1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Added --disable-static.

This commit is contained in:
Gary Houston 2001-05-02 22:11:35 +00:00
parent fc8529c766
commit a29bd01993

View file

@ -104,9 +104,10 @@ switches specific to Guile you may find useful in some circumstances.
--disable-shared --- Do not build shared libraries. --disable-shared --- Do not build shared libraries.
--disable-static --- Do not build static libraries.
Normally, Guile will build shared libraries if your system supports Normally, both static and shared libraries will be built if your
them. Guile always builds static libraries. system supports them.
--enable-debug-freelist --- Enable freelist debugging. --enable-debug-freelist --- Enable freelist debugging.