mirror of https://github.com/OpenTTD/OpenTTD
(svn r3526) - Codechange: Add additional linker information to release builds to help figure out crashes more easily
parent
8de919ce50
commit
8353c1260a
|
@ -61,6 +61,8 @@
|
|||
ProgramDatabaseFile=".\Release/openttd.pdb"
|
||||
GenerateMapFile="TRUE"
|
||||
MapFileName=".\Release/openttd.map"
|
||||
MapExports="TRUE"
|
||||
MapLines="TRUE"
|
||||
SubSystem="2"
|
||||
OptimizeReferences="2"
|
||||
OptimizeForWindows98="1"
|
||||
|
|
Loading…
Reference in New Issue