Enable map file in debug build for Hexen
This commit is contained in:
parent
72f342b2b7
commit
d0de82cad1
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@
|
||||||
IgnoreAllDefaultLibraries="false"
|
IgnoreAllDefaultLibraries="false"
|
||||||
IgnoreDefaultLibraryNames="msvcrt"
|
IgnoreDefaultLibraryNames="msvcrt"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
|
GenerateMapFile="true"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue