gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11697: Drop a stupid attempt at red


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11697: Drop a stupid attempt at reducing build time to switch debugging of GC on/off (isn't really working)
Date: Tue, 15 Dec 2009 23:49:29 +0100
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11697
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Tue 2009-12-15 23:49:29 +0100
message:
  Drop a stupid attempt at reducing build time to switch debugging of GC on/off 
(isn't really working)
modified:
  libbase/GC.cpp
=== modified file 'libbase/GC.cpp'
--- a/libbase/GC.cpp    2009-12-15 22:39:36 +0000
+++ b/libbase/GC.cpp    2009-12-15 22:49:29 +0000
@@ -24,13 +24,6 @@
 #include "GC.h"
 #include "utility.h" // for typeName()
 
-#ifndef GNASH_GC_DEBUG
-// For debug level up to 1 it's enough to set it here
-// but for higher levels you'll need to touch the header file.
-// Touching this file is cheaper (won't need full rebuild)
-//# define GNASH_GC_DEBUG 1
-#endif
-
 #ifdef GNASH_GC_DEBUG
 #include "log.h"
 #endif


reply via email to

[Prev in Thread] Current Thread [Next in Thread]