Update SConstruct

pull/36055/head
DevTekVE 2 weeks ago committed by GitHub
parent f9d99efb71
commit e76bc70df0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      SConstruct

@ -61,10 +61,6 @@ AddOption('--minimal',
default=os.path.exists(File('#.lfsconfig').abspath), # minimal by default on release branch (where there's no LFS) default=os.path.exists(File('#.lfsconfig').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.')
AddOption('--unoptimized',
action='store_true',
help='makes unoptimized code special to debug panda line by line')
## Architecture name breakdown (arch) ## Architecture name breakdown (arch)
## - larch64: linux tici aarch64 ## - larch64: linux tici aarch64
## - aarch64: linux pc aarch64 ## - aarch64: linux pc aarch64

Loading…
Cancel
Save