summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-08-20 21:26:13 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-08-20 22:27:48 +0200
commit7281c497dec340efbcef330d88b55bcabefb8147 (patch)
treefda7d8e4d673f2ba8d79ba9711cdbff5b87a831a /solenv
parent4d9b72d1c3929eca04c7a2e363ab6214676b0f64 (diff)
Use OSL_UNREACHABLE
...in those places that used some code conditional on ENABLE_LTO to work around (non-)unreachability wranings. This removes all uses of the ENABLE_LTO C/C++ macro, so it can go completely. Change-Id: I67544986cb2d3fcd8051caf87c5129bd1086408c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101087 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/gbuild.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index 64ca8184e2fa..999f5f79fa37 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -251,7 +251,6 @@ endif
gb_GLOBALDEFS += \
$(call gb_Helper_define_if_set,\
DISABLE_DYNLOADING \
- ENABLE_LTO \
)
gb_GLOBALDEFS := $(sort $(gb_GLOBALDEFS))