From 16a3f0f67fcfe49be6a53f4c0355e02ba1757edf Mon Sep 17 00:00:00 2001 From: mitchellgoffpc Date: Wed, 30 Aug 2023 12:58:31 -0700 Subject: [PATCH] -DUSE_THNEED is dead old-commit-hash: 12d1020239c0ab59648fd725ee370ef5e8cb299f --- selfdrive/modeld/SConscript | 4 ---- 1 file changed, 4 deletions(-) diff --git a/selfdrive/modeld/SConscript b/selfdrive/modeld/SConscript index 10718c696b..18a90dd092 100644 --- a/selfdrive/modeld/SConscript +++ b/selfdrive/modeld/SConscript @@ -50,10 +50,6 @@ for pathdef, fn in {'TRANSFORM': 'transforms/transform.cl', 'LOADYUV': 'transfor for xenv in (lenv, lenvCython): xenv['CXXFLAGS'].append(f'-D{pathdef}_PATH=\\"{File(fn).abspath}\\"') -if arch == "larch64" or GetOption('pc_thneed'): - lenvCython['CFLAGS'].append("-DUSE_THNEED") - lenvCython['CXXFLAGS'].append("-DUSE_THNEED") - common_frameworks = [] common_libs = envCython["LIBS"] + [gpucommon, common, 'zmq'] if arch == "Darwin":