From: Jakob Bornecrantz Date: Thu, 5 Jan 2012 16:14:13 +0000 (+0100) Subject: svga: Trim the dri binary a bit on scons release builds X-Git-Tag: 062012170305~2423 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc1d8a466a52ae89080f5dec06c1859235643532;p=profile%2Fivi%2Fmesa.git svga: Trim the dri binary a bit on scons release builds Signed-off-by: Jakob Bornecrantz --- diff --git a/src/gallium/targets/dri-vmwgfx/SConscript b/src/gallium/targets/dri-vmwgfx/SConscript index 17dd021..e758b49 100644 --- a/src/gallium/targets/dri-vmwgfx/SConscript +++ b/src/gallium/targets/dri-vmwgfx/SConscript @@ -2,10 +2,14 @@ Import('*') env = drienv.Clone() -if True: +if env['build'] == 'release': + env.Append(CPPDEFINES = ['GALLIUM_RBUG']) + env.Prepend(LIBS = [rbug]) +else: env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_RBUG', 'GALLIUM_GALAHAD', 'GALLIUM_SOFTPIPE']) env.Prepend(LIBS = [trace, rbug, galahad, softpipe, ws_wrapper]) + env.Prepend(LIBS = [ st_dri, svgadrm,