2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-02-25 15:46:25 -07:00

gcc: enable initfini-array. See #271

This commit is contained in:
Dylan Araps 2021-07-09 11:03:42 +03:00
parent 2153f69ac1
commit fc4a67f574
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -49,6 +49,7 @@ export libat_cv_have_ifunc=no
--enable-shared \ --enable-shared \
--enable-threads \ --enable-threads \
--enable-tls \ --enable-tls \
--enable-initfini-array \
--enable-languages=c,c++ \ --enable-languages=c,c++ \
--without-included-gettext \ --without-included-gettext \
--with-zstd=no \ --with-zstd=no \