mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-24 11:54:11 +08:00
* rat * log max power * cloudlog * no print Co-authored-by: Comma Device <device@comma.ai>
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'])
|