mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 02:22:09 +08:00
358067325e
* rat * log max power * cloudlog * no print Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: 1da3ab42dc9cc87a9477d5b2d74165ec826f0a53
6 lines
186 B
Python
6 lines
186 B
Python
Import('env', 'common')
|
|
|
|
lenv = env.Clone()
|
|
lenv["CCFLAGS"] = [f for f in env["CCFLAGS"] if f != "-Wunused"]
|
|
lenv.Program('rat', ['rat.cc'], LIBS=[common, 'diag', 'time_genoff', 'zmq'])
|