Commit 234bf661 authored by Rafaël Carré's avatar Rafaël Carré

fix previous commit

parent 3aec1b38
...@@ -95,7 +95,7 @@ int main( int i_argc, const char *ppsz_argv[] ) ...@@ -95,7 +95,7 @@ int main( int i_argc, const char *ppsz_argv[] )
# ifdef DEBUG # ifdef DEBUG
/* Activate malloc checking routines to detect heap corruptions. */ /* Activate malloc checking routines to detect heap corruptions. */
putenv( (char*)"MALLOC_CHECK_=2" ); putenv( (char*)"MALLOC_CHECK_=2" );
# ifdef __APPLE # ifdef __APPLE__
putenv( (char*)"MallocErrorAbort=crash_my_baby_crash" ); putenv( (char*)"MallocErrorAbort=crash_my_baby_crash" );
# endif # endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment