|
|
|
@ -22,7 +22,7 @@ AddOption('--ccflags', action='store', type='string', default='', help='pass arb |
|
|
|
AddOption('--minimal', |
|
|
|
AddOption('--minimal', |
|
|
|
action='store_false', |
|
|
|
action='store_false', |
|
|
|
dest='extras', |
|
|
|
dest='extras', |
|
|
|
default=os.path.exists(File('#.lfsconfig').abspath), # minimal by default on release branch (where there's no LFS) |
|
|
|
default=os.path.exists(File('#.gitattributes').abspath), # minimal by default on release branch (where there's no LFS) |
|
|
|
help='the minimum build to run openpilot. no tests, tools, etc.') |
|
|
|
help='the minimum build to run openpilot. no tests, tools, etc.') |
|
|
|
|
|
|
|
|
|
|
|
# Detect platform |
|
|
|
# Detect platform |
|
|
|
|