mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-06-08 07:45:00 +08:00
add --minimal build flag (#1604)
This commit is contained in:
@@ -186,5 +186,5 @@ SConscript('board/pedal/SConscript')
|
||||
SConscript('board/jungle/SConscript')
|
||||
|
||||
# test files
|
||||
if GetOption('test'):
|
||||
if GetOption('extras'):
|
||||
SConscript('tests/libpanda/SConscript')
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
AddOption('--test',
|
||||
action='store_true',
|
||||
AddOption('--minimal',
|
||||
action='store_false',
|
||||
dest='extras',
|
||||
default=True,
|
||||
help='build test files')
|
||||
help='the minimum build. no tests, tools, etc.')
|
||||
|
||||
AddOption('--ubsan',
|
||||
action='store_true',
|
||||
|
||||
Reference in New Issue
Block a user