From 6ff0c6f4ebcb87ea6c6fe5a4ba90b548f666067d Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sat, 7 Apr 2018 14:01:12 -0400 Subject: gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times which also simplifies the build scripts. --- src/gallium/targets/dri/SConscript | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/gallium/targets/dri/SConscript') diff --git a/src/gallium/targets/dri/SConscript b/src/gallium/targets/dri/SConscript index ff6ce3bf4e0..69cce3e95fa 100644 --- a/src/gallium/targets/dri/SConscript +++ b/src/gallium/targets/dri/SConscript @@ -14,13 +14,6 @@ env.Append(CPPPATH = [ '#/src/gallium/state_trackers/dri', ]) -if env['build'] == 'release': - env.Append(CPPDEFINES = ['GALLIUM_RBUG']) - env.Prepend(LIBS = [rbug]) -else: - env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_RBUG']) - env.Prepend(LIBS = [trace, rbug]) - if env['llvm']: env.Append(CPPDEFINES = 'GALLIUM_LLVMPIPE') env.Prepend(LIBS = [llvmpipe]) -- cgit v1.2.3