Kaydet (Commit) 7abe7b62 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

INCLUDE_BACKTRACE is on for Intel MacOSX

üst 0574ad9d
......@@ -827,7 +827,7 @@ static void PrintStack( int sig )
fprintf( stderr, "\n\nFatal exception: Signal %d\n", sig );
#ifdef MACOSX
#if defined( MACOSX ) && !defined( INCLUDE_BACKTRACE )
fprintf( stderr, "Please turn on Enable Crash Reporting and\nAutomatic Display of Crashlogs in the Console application\n" );
#else
#ifdef INCLUDE_BACKTRACE
......
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