office-gobmx/distro-configs/Jenkins/PerfSuite_Linux.conf
Christian Lohmaier 5de206e549 ignore bidi-chars warning in callgrind config
gcc from devtoolset-11 would complain about
svx/source/tbxctrls/layctrl.cxx:        aText = u"\u202D" + aText;

See also https://gcc.gnu.org/pipermail/gcc-patches/2021-November/585777.html

Change-Id: I040371673dd8d5e023092c53791e9b666bace7a1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147511
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2023-02-23 10:48:50 +00:00

13 lines
322 B
Text

--with-distro=LibreOfficeLinux
--without-help
--disable-epm
--disable-online-update
--without-junit
--disable-ccache
--enable-symbols
--enable-mergelibs
--with-jdk-home=/etc/alternatives/java_sdk_11
--enable-python=fully-internal
--enable-odk
--with-privacy-policy-url=dummyvalue-only-used-for-ci
CXXFLAGS=-Wno-bidi-chars