diff options
author | José Fonseca <[email protected]> | 2009-02-23 17:21:36 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-02-23 17:21:36 +0000 |
commit | 37f21fce3bd323c361291215edeb7d8cf5f4335b (patch) | |
tree | 2909c90da7bff47ba359d50bde242b79a632210b /scons/gallium.py | |
parent | 7399d56ec6019e00297eef57f802a53698baa8ad (diff) | |
parent | 60e35ebf1476c31eb5d7c207ab8e9db77fcad896 (diff) |
Merge commit 'origin/gallium-0.1'
Conflicts:
src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
src/gallium/auxiliary/util/u_tile.c
Diffstat (limited to 'scons/gallium.py')
-rw-r--r-- | scons/gallium.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scons/gallium.py b/scons/gallium.py index d20d02ca208..ee221103117 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -473,7 +473,7 @@ def generate(env): '/entry:DrvEnableDriver', ] - if env['profile']: + if env['debug'] or env['profile']: linkflags += [ '/MAP', # http://msdn.microsoft.com/en-us/library/k7xkk3e2.aspx ] |