enable optimization (-Og) with --enable-debug

Desktop / LibreOffice - Luke Deller [deller.id.au] - 1 December 2016 10:48 UTC

gcc-4.8 introduced a new optimization level -Og which enables optimizations that do not interfere with debugging.

When configured with --enable-debug, use -Og rather than -O0 if available.

Change-Id: Iff3f98d736681ae34e49b96510228a14ce456b34 Reviewed-on: https://gerrit.libreoffice.org/31333

d6a1ba2 enable optimization (-Og) with --enable-debug
config_host.mk.in | 1 +
configure.ac | 15 +++++++++++++++
2 files changed, 16 insertions(+)

Upstream: cgit.freedesktop.org


  • Share