mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-19 01:33:52 +08:00
12 lines
245 B
Python
12 lines
245 B
Python
AddOption('--test',
|
|
action='store_true',
|
|
default=True,
|
|
help='build test files')
|
|
|
|
AddOption('--ubsan',
|
|
action='store_true',
|
|
help='turn on UBSan')
|
|
|
|
# panda fw & test files
|
|
SConscript('SConscript')
|