make Mac Jenkins build use --enable-optimized

Since ccache is used, this will hopefully on average improve Jenkins
build times by making tests run faster while compilations will
usually get cached.

Change-Id: I191f826f704001b83130c8baf6889a7a2b33ca7c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88919
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
This commit is contained in:
Luboš Luňák 2020-02-18 10:27:20 +01:00
parent c922d13b5b
commit bc994a4b01

View file

@ -1,3 +1,4 @@
--enable-dbgutil
--disable-symbols
--disable-dependency-tracking
--enable-optimized