mirror of
https://github.com/infiniteCable2/opendbc.git
synced 2026-02-19 05:23:56 +08:00
# Conflicts: # SConstruct # opendbc/car/tests/routes.py # opendbc/car/toyota/carcontroller.py # opendbc/car/toyota/carstate.py # opendbc/safety/lateral.h # opendbc/safety/modes/subaru.h # opendbc/safety/modes/subaru_preglobal.h # opendbc/safety/modes/toyota.h # opendbc/safety/tests/common.py # opendbc/safety/tests/libsafety/safety_helpers.h # opendbc/safety/tests/libsafety/safety_helpers.py # opendbc/safety/tests/misra/main.c # opendbc/safety/tests/test_chrysler.py # opendbc/safety/tests/test_honda.py # opendbc/safety/tests/test_hyundai.py # opendbc/safety/tests/test_hyundai_canfd.py # opendbc/safety/tests/test_toyota.py
16 lines
383 B
Python
16 lines
383 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')
|
|
|
|
AddOption('--coverage',
|
|
action='store_true',
|
|
help='build with test coverage options')
|
|
|
|
SConscript(['SConscript'])
|