]> mj.ucw.cz Git - libucw.git/commitdiff
Config: By default, debug configuration build shared libraries
authorMartin Mares <mj@ucw.cz>
Fri, 3 Jan 2014 12:52:54 +0000 (13:52 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 3 Jan 2014 12:52:54 +0000 (13:52 +0100)
debug/default.cfg

index 114ad3a440e9fc861939de5273fdebb3ca5181da..f0efd32eaafe3814a70b20aaddf36278d49c8eda 100644 (file)
@@ -3,7 +3,7 @@
 Include("default.cfg");
 
 Set("CONFIG_LOCAL");
-UnSet("CONFIG_SHARED");
+UnSet("CONFIG_SHARED");
 Set("CONFIG_DEBUG");
 Set("CONFIG_UCW_DEBUG_TOOLS");
 Set("CONFIG_EXACT_CPU");