]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/default.cfg
Opt: exit() does not return, no need to call va_end() afterwards
[libucw.git] / ucw / default.cfg
index 59fdde729beb74d9d408b59c435c54a8fe736ef5..538d1c60cb5889b0a3614b359dcc2bd430e78768 100644 (file)
@@ -11,6 +11,10 @@ Set("UCW_ABI_SUFFIX" => "-" . Get("UCW_VERSION"));
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");
 
+# Environment variable with a switch to abort() on die().
+# Any non-empty value of the variable turns this feature on.
+Set("CONFIG_UCW_ENV_VAR_DIE_BY_ABORT" => "UCW_DIE_BY_ABORT");
+
 # Enable aggressive optimizations depending on exact CPU type (don't use for portable packages)
 UnSet("CONFIG_EXACT_CPU");