Last active
November 1, 2024 21:12
-
-
Save mrkara/18cefc8b48e403df5677b03c45145dcc to your computer and use it in GitHub Desktop.
autogen.input example for LibreOffice core source code repo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--enable-debug | |
--enable-dbgutil | |
--without-java | |
--without-help | |
# Use icecream | |
--enable-icecream | |
--with-parallelism=24 | |
# Build DEB packages | |
--with-distro=LibreOfficeLinux | |
--with-package-format=deb | |
--enable-epm | |
# Additional language support | |
--with-lang=tr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment