c2216d2d7a
...which was at maximum set to GCC's -finline-limit=0 -fno-inline (solenv/gbuild/platform/com_GCC_defs.mk). Those options were set for debug builds "since forever", but that looks very much like cargo cult: -fno-inline "is the default when not optimizing" anyway (<https://gcc.gnu.org/onlinedocs/gcc-7.4.0/gcc/Optimize-Options.html>), and it is unclear to me how -finline-limit=0 should have any impact beyond -fno-inline (and maybe was present for ancient compilers that only supported -finline-limit but not -fno-inline?). Change-Id: Id6752d03b1b7ec8763defabc5720d4dd08790874 Reviewed-on: https://gerrit.libreoffice.org/66836 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> |
||
---|---|---|
.. | ||
ccc.static | ||
ExternalPackage_lpsolve.mk | ||
ExternalProject_lpsolve.mk | ||
lp_solve-aix.patch | ||
lp_solve-fixed-warn.patch | ||
lp_solve_5.5-windows.patch | ||
lp_solve_5.5.patch | ||
lpsolve-ubsan.patch.0 | ||
Makefile | ||
Module_lpsolve.mk | ||
README | ||
UnpackedTarball_lpsolve.mk |
A mixed Integer Linear Programming (MILP) solver from [http://lpsolve.sourceforge.net/].