change for selective Backtrace (SENF_BACKTRACE). Included via autoconf if SENF_DEBUG...
[senf.git] / senf / Utils / Exception.cci
index d97c9ab..20bcfd8 100644 (file)
@@ -33,7 +33,7 @@
 prefix_ senf::ExceptionMixin::ExceptionMixin(std::string const & description)
     : what_(description)
 {
-#ifdef SENF_DEBUG
+#ifdef SENF_BACKTRACE
     addBacktrace();
 #endif
 }