pull/109/head
Shane Smiskol 2 years ago committed by GitHub
parent 57c8304c25
commit d67276a45d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      SConstruct
  2. 2
      panda

@ -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')

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