gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: configure: added missing settings


From: gnunet
Subject: [libmicrohttpd] branch master updated: configure: added missing settings for debug builds
Date: Wed, 04 May 2022 16:10:18 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new d32975f4 configure: added missing settings for debug builds
d32975f4 is described below

commit d32975f45bd8af4cbb4722d5c29a7eea5582efe4
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed May 4 17:10:11 2022 +0300

    configure: added missing settings for debug builds
---
 configure.ac | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index a500efe7..663b100e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3060,8 +3060,8 @@ AC_ARG_ENABLE([[asserts]],
   [AS_HELP_STRING([[--enable-asserts]],
     [enable test build with debug asserts])],
   [],
-  [AS_CASE([${enable_build_type}],[*-hardened],
-    [enable_compiler_hardening='yes'],[enable_compiler_hardening='no'])]
+  [AS_CASE([${enable_build_type}],[debug],
+    [enable_asserts='yes'],[enable_asserts='no'])]
 )
 AS_CASE([[$enable_asserts]], [[yes]], [[:]], [[no]], [[:]], 
[[enable_asserts='no']])
 AC_MSG_RESULT([[$enable_asserts]])
@@ -3108,7 +3108,9 @@ AC_ARG_ENABLE([sanitizers],
   [leave the list empty (or set to "auto") to enable all suppoted and 
available ]
   [sanitizers, or specify "auto-fallback" to use sanitizers even without ]
   [installed sanitizer run-time library])],
-  [], [enable_sanitizers=no])
+  [], [AS_CASE([${enable_build_type}],[debug],
+    [enable_sanitizers='auto-optional'],[enable_sanitizers='no'])]
+)
 AS_IF([test "x${enable_sanitizers}" = "x"], [enable_sanitizers="auto"])
 AS_VAR_IF([enable_sanitizers], ["yes"], [enable_sanitizers="auto"])
 AS_VAR_IF([enable_sanitizers], ["autofallback"], 
[enable_sanitizers="auto-fallback"])

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]