mirror of
https://github.com/glest/glest-source.git
synced 2025-09-03 04:52:34 +02:00
Updated Windows Readme
This commit is contained in:
@@ -35,18 +35,19 @@ To be able to run ZetaGlest from within Visual Studio using the debugger, you ne
|
|||||||
Do this also for `g3d_viewer` and `map_editor`.
|
Do this also for `g3d_viewer` and `map_editor`.
|
||||||
|
|
||||||
Configuration in Visual Studio **must be left as `Release`**, and it must match the project architecture as otherwise it won't compile. The settings involved are the following:
|
Configuration in Visual Studio **must be left as `Release`**, and it must match the project architecture as otherwise it won't compile. The settings involved are the following:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Although the configuration *must be set as `Release`*, one can still use debugging options by making the following changes in the project properties:
|
Although the configuration *must be set as `Release`*, one can still use debugging options by making the following changes in the project properties.
|
||||||
|
|
||||||
Manually emulate `Debug`:
|
To manually emulate `Debug`:
|
||||||
|
|
||||||
Inline Function Expansion: Disabled
|
Inline Function Expansion: Disabled
|
||||||
Enable Intrinsic Functions: No
|
Enable Intrinsic Functions: No
|
||||||
Favor Size Or Speed: Neither
|
Favor Size Or Speed: Neither
|
||||||
Preprocessor: DEBUG instead of NDEBUG
|
Preprocessor: DEBUG instead of NDEBUG
|
||||||
|
|
||||||
Manually Emulate `Release`:
|
To manually emulate `Release`:
|
||||||
|
|
||||||
Inline Function Expansion: Any Suitable
|
Inline Function Expansion: Any Suitable
|
||||||
Enable Intrinsic Functions: Yes
|
Enable Intrinsic Functions: Yes
|
||||||
|
Reference in New Issue
Block a user