]> granicus.if.org Git - gc/commit
Build only shared libraries by default (configure)
authorIvan Maidanski <ivmai@mail.ru>
Tue, 18 Jul 2017 21:32:40 +0000 (00:32 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 18 Jul 2017 21:32:40 +0000 (00:32 +0300)
commitc9964cfc034a0089f40a7274fcaa6ea1706f0c9a
tree98d9437633ba74d9d73268af74c5896934fae1be
parent6efe15d352a5b3d5dc00a356e7ad82288736eb28
Build only shared libraries by default (configure)

This is to speed up the build and compile all libgc source files into
a single .o file (to enable more compiler optimizations).

* configure.ac (LT_INIT): Pass disable-static; add comment.
configure.ac