Author: post Date: 2010-07-11 12:04:20 +0200 (Sun, 11 Jul 2010) New Revision: 3475
Modified: trunk/src/application.c Log: Remove rawstudio internal stack trace as default. We should have more information and present it in GUI for it to be usable, plus it gives issues on some platforms. Modified: trunk/src/application.c =================================================================== --- trunk/src/application.c 2010-07-10 19:55:53 UTC (rev 3474) +++ trunk/src/application.c 2010-07-11 10:04:20 UTC (rev 3475) @@ -18,7 +18,7 @@ */ #if defined(__GNUC__) && (defined (__x86_64__) || defined (__i386__)) && !defined(__MINGW32__) -#define RS_USE_INTERNAL_STACKTRACE +//#define RS_USE_INTERNAL_STACKTRACE #endif #include <rawstudio.h> _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
