mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
scons: Output mapfile on windows ddk profile builds.
This commit is contained in:
parent
810888f656
commit
846f87d826
1 changed files with 4 additions and 0 deletions
|
|
@ -330,6 +330,10 @@ def generate(env):
|
|||
|
||||
'/entry:DrvEnableDriver',
|
||||
]
|
||||
if env['profile']:
|
||||
linkflags += [
|
||||
'/MAP', # http://msdn.microsoft.com/en-us/library/k7xkk3e2.aspx
|
||||
]
|
||||
env.Append(LINKFLAGS = linkflags)
|
||||
|
||||
# Convenience Library Builder
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue