-DUSE_THNEED is dead
old-commit-hash: 12d1020239c0ab59648fd725ee370ef5e8cb299f
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user