From: Martin Mares Date: Wed, 28 Jul 2010 20:17:55 +0000 (+0200) Subject: Added a test configuration for debugging X-Git-Tag: v5.0~129^2~34 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=61e2966dccb537a081632b66e1ee9c8f8e9eebf2;p=libucw.git Added a test configuration for debugging --- diff --git a/debug/default.cfg b/debug/default.cfg new file mode 100644 index 00000000..d57aa9e8 --- /dev/null +++ b/debug/default.cfg @@ -0,0 +1,5 @@ +# Configuration used for debugging LibUCW + +Include("default.cfg"); +UnSet("CONFIG_SHARED"); +Set("CONFIG_DEBUG");