Remove dwarf2_cu->per_cu->dwarf2_per_objfile references
[deliverable/binutils-gdb.git] / gdb / sanitize.m4
index 76df44da4fe9d6bf374d686a1ec49e3da3e1f4e1..78d00703ca706a49a55d7e24626153f03874e42a 100644 (file)
@@ -1,5 +1,5 @@
 dnl Sanitization-related configure macro for GDB
-dnl Copyright (C) 2018 Free Software Foundation, Inc.
+dnl Copyright (C) 2018-2020 Free Software Foundation, Inc.
 dnl
 dnl This file is part of GDB.
 dnl
@@ -20,7 +20,7 @@ AC_DEFUN([AM_GDB_UBSAN],[
 AC_ARG_ENABLE(ubsan,
   AS_HELP_STRING([--enable-ubsan],
                  [enable undefined behavior sanitizer (auto/yes/no)]),
-  [],enable_ubsan=auto)
+  [],enable_ubsan=no)
 if test "x$enable_ubsan" = xauto; then
   if $development; then
     enable_ubsan=yes
This page took 0.028373 seconds and 4 git commands to generate.