[Libreoffice-commits] core.git: 2 commits - configure.ac
Tor Lillqvist
tml at collabora.com
Wed Aug 16 08:38:06 UTC 2017
configure.ac | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
New commits:
commit 747a38a77df7b9d1365670d32d604c2fa69e869f
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Aug 16 11:36:18 2017 +0300
Further clarifications
Change-Id: Iff2b184b8764e459165b7254b32d7ffb810fb3db
diff --git a/configure.ac b/configure.ac
index 2d89afc90f9b..5a5cd9a05921 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1128,7 +1128,7 @@ libo_FUZZ_ARG_ENABLE(werror,
libo_FUZZ_ARG_ENABLE(assert-always-abort,
AS_HELP_STRING([--enable-assert-always-abort],
- [make assert() abort even when building without --enable-debug or --enable-dbgutil.]),
+ [make assert() failures abort even when building without --enable-debug or --enable-dbgutil.]),
,)
libo_FUZZ_ARG_ENABLE(dbgutil,
@@ -4571,9 +4571,9 @@ else
fi
AC_SUBST(ENABLE_WERROR)
-dnl Set the ASSERT_ALWAYS_ABORT variable. (Activate --enable-assert-always-abort)
+dnl Check for --enable-assert-always-abort, set ASSERT_ALWAYS_ABORT
dnl ===================================================================
-AC_MSG_CHECKING([whether to have assert to abort in release code])
+AC_MSG_CHECKING([whether to have assert() failures abort even without --enable-debug])
if test -n "$enable_assert_always_abort" -a "$enable_assert_always_abort" = "yes"; then
ASSERT_ALWAYS_ABORT="TRUE"
AC_MSG_RESULT([yes])
commit 5d3ccb02b5e41d7d16fbde7bf413c4722613f6c2
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Aug 16 11:33:57 2017 +0300
Clarify use of "release build" concept
Change-Id: I598b600ca93d86c4c0bc433ae9432ccd7f264192
diff --git a/configure.ac b/configure.ac
index 9cf77da491b8..2d89afc90f9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1374,7 +1374,9 @@ libo_FUZZ_ARG_ENABLE(extension-update,
libo_FUZZ_ARG_ENABLE(release-build,
AS_HELP_STRING([--enable-release-build],
- [Enable release build.
+ [Enable release build. Note that the "release build" choice is orthogonal to
+ whether symbols are present, debug info is generated, or optimization
+ is done.
See http://wiki.documentfoundation.org/Development/DevBuild]),
,)
More information about the Libreoffice-commits
mailing list