old-commit-hash: d67276a45d
testing-closet
Shane Smiskol 2 years ago committed by GitHub
parent 554528351b
commit d2f8821ba6
  1. 4
      SConstruct
  2. 2
      panda

@ -26,6 +26,10 @@ AddOption('--ubsan',
action='store_true', action='store_true',
help='turn on UBSan') help='turn on UBSan')
AddOption('--coverage',
action='store_true',
help='build with test coverage options')
AddOption('--clazy', AddOption('--clazy',
action='store_true', action='store_true',
help='build with clazy') help='build with clazy')

@ -1 +1 @@
Subproject commit 549fa32fc7b0354ebbb48bae846bff380eab9446 Subproject commit f3bdfdd4354ccc3a512dc289dc038d5b30d1fec2
Loading…
Cancel
Save