gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times
[mesa.git] / src / gallium / targets / osmesa / SConscript
index ccf7d5170c454d588a759561f0894248f4c257da..f49f1fe538efcf5120d3531a763e12dfa85d0f8e 100644 (file)
@@ -15,7 +15,6 @@ env.Prepend(LIBS = [
     compiler,
     mesa,
     gallium,
-    trace,
     glsl,
     nir,
     spirv,
@@ -23,7 +22,7 @@ env.Prepend(LIBS = [
     softpipe
 ])
 
-env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_SOFTPIPE'])
+env.Append(CPPDEFINES = ['GALLIUM_SOFTPIPE'])
 
 sources = ['target.c']