mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
13 lines
298 B
Python
13 lines
298 B
Python
AddOption('--minimal',
|
|
action='store_false',
|
|
dest='extras',
|
|
default=True,
|
|
help='the minimum build. no tests, tools, etc.')
|
|
|
|
AddOption('--ubsan',
|
|
action='store_true',
|
|
help='turn on UBSan')
|
|
|
|
# panda fw & test files
|
|
SConscript('SConscript')
|