From 61e2966dccb537a081632b66e1ee9c8f8e9eebf2 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 28 Jul 2010 22:17:55 +0200 Subject: [PATCH] Added a test configuration for debugging --- debug/default.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 debug/default.cfg 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"); -- 2.39.2