Skip to content

Commit

Permalink
use clang
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax committed Oct 18, 2024
1 parent 72be18b commit 40beac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/modeld/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pythonpath_string = 'PYTHONPATH="${PYTHONPATH}:' + env.Dir("#tinygrad_repo").abs
if arch == 'larch64':
device_string = 'QCOM=1'
elif arch == 'Darwin':
device_string = 'LLVM=1 IMAGE=0'
device_string = 'CLANG=1 IMAGE=0'
else:
device_string = 'GPU=1'

Expand Down

0 comments on commit 40beac8

Please sign in to comment.