From d2f8821ba6b37494201c75e55338db7e634ecc19 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 30 Oct 2023 13:08:43 -0700 Subject: [PATCH] bump panda (#30346) old-commit-hash: d67276a45d8bfff3a013915e0ad861bd04c71f1d --- SConstruct | 4 ++++ panda | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index c0f1a070b2..b96347d9b2 100644 --- a/SConstruct +++ b/SConstruct @@ -26,6 +26,10 @@ AddOption('--ubsan', action='store_true', help='turn on UBSan') +AddOption('--coverage', + action='store_true', + help='build with test coverage options') + AddOption('--clazy', action='store_true', help='build with clazy') diff --git a/panda b/panda index 549fa32fc7..f3bdfdd435 160000 --- a/panda +++ b/panda @@ -1 +1 @@ -Subproject commit 549fa32fc7b0354ebbb48bae846bff380eab9446 +Subproject commit f3bdfdd4354ccc3a512dc289dc038d5b30d1fec2