Re #475 Removed -DDEBUG by default (and renamed CMake option OPTION_DEBUG to OPTION_FORCE_DEBUG) + Re #678 Fixed mistake about OPTION_TRACE* explanations
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4701 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 9e515c4e89f047f8f49df70f0f78d82bd5e228b5 Former-commit-id: 29b59ac3447b970776d7166f925b3d2e35a12bf9
This commit is contained in:
parent
3279e7a61d
commit
58938a6859
1 changed files with 3 additions and 3 deletions
|
@ -156,7 +156,7 @@ The Speed Dreams Team.
|
|||
Full run-time traces if ON (def: ON)
|
||||
|
||||
- OPTION_TRACE_LEVEL:STRING :
|
||||
Run-time traces level integer threshold, only if OPTION_DEBUG
|
||||
Run-time traces level integer threshold, only if OPTION_TRACE
|
||||
(traces with higher level are not logged ;
|
||||
0=Fatal, 1=Error, 2=Warning, 3=Info, 4=Trace, 5=Debug, ...) (def: 5)
|
||||
|
||||
|
@ -167,8 +167,8 @@ The Speed Dreams Team.
|
|||
or simply makes SD crash because PLib is shipped as a set of shared libraries
|
||||
(see http://sourceforge.net/apps/trac/speed-dreams/ticket/459).
|
||||
|
||||
- OPTION_DEBUG:BOOL :
|
||||
Enable debug symbols even in Release builds (def: ON)
|
||||
- OPTION_FORCE_DEBUG:BOOL :
|
||||
Enable debug symbols even in Release builds (def: OFF)
|
||||
|
||||
Tips reported about some issues :
|
||||
- sometimes, ENET_INCLUDE_DIR is not detected correctly, resulting in something like
|
||||
|
|
Loading…
Reference in a new issue