From 58938a68599356ef31c3eb104e6e4e3e2432d2de Mon Sep 17 00:00:00 2001 From: pouillot Date: Sat, 14 Apr 2012 10:09:54 +0000 Subject: [PATCH] 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 --- INSTALL.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 869fa1f36..06853d5c9 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -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