lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master d656b299 1/5: Conditionally define another li


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d656b299 1/5: Conditionally define another libstdc++ warning macro
Date: Sat, 11 Jun 2022 21:34:05 -0400 (EDT)

branch: master
commit d656b299fc13129c3724abb1e1506ca07b13239d
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Conditionally define another libstdc++ warning macro
---
 workhorse.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workhorse.make b/workhorse.make
index d7742c83..2e8fa8e1 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -752,7 +752,7 @@ ubsan_options := \
 # libstdc++ debugging macros
 
 every_libstdcxx_warning_macro := \
-  -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC \
+  -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -D_GLIBCXX_SANITIZE_VECTOR \
 
 test_targets := unit_tests cgi_tests cli_tests
 



reply via email to

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