]> git.sesse.net Git - vlc/commit
Suppress support for position dependant code (except on mingw32).
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 4 Jun 2006 17:07:19 +0000 (17:07 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 4 Jun 2006 17:07:19 +0000 (17:07 +0000)
commit5b369300e5f7093ac99f2f626533e7f9bc9b66fb
treeae6b8d1045e7c21f5bdd35d37b834489c67e97aa
parent7cc72564f95e39aa619884fecb04558db63bd6c9
Suppress support for position dependant code (except on mingw32).
This simplifies the build system quite a lot, and reduce compilation
times when PIC is actually needed.

If you really mind the extra overhead of PIC, use:
./configure --enable-libtool --enable-static --disable-shared
Makefile.am
bootstrap
configure.ac
mozilla/Makefile.am
src/Makefile.am