Remove accidentally committed leak_check change
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10027 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
446f2e57ee
commit
afbcceefda
@ -21,7 +21,7 @@
|
||||
|
||||
/** Switch this to 1 to get the backtrace of the leaks (slows down execution a little)
|
||||
Atm only implemented for OSX */
|
||||
#define GET_STACK_TRACE 1
|
||||
#define GET_STACK_TRACE 0
|
||||
|
||||
|
||||
#if (GET_STACK_TRACE == 1) && defined(__APPLE__)
|
||||
|
Loading…
Reference in New Issue
Block a user