From: Robert Spalek Date: Sun, 23 Apr 2006 19:41:18 +0000 (+0200) Subject: lib: revert unwanted commit X-Git-Tag: holmes-import~645^2~11^2~61 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=05a535f68a23dda0619b1eb8c568f5959d5d7ea8;p=libucw.git lib: revert unwanted commit damn, I tried to just delete one unwanted file from the list when editing the commit-log, but cogito ignored the deletion and committed the file anyway. rollback then. --- diff --git a/lib/autoconf.cfg b/lib/autoconf.cfg index a6344e8b..668c83ea 100644 --- a/lib/autoconf.cfg +++ b/lib/autoconf.cfg @@ -164,8 +164,6 @@ if (IsSet("CONFIG_DEBUG")) { Set("DEBUG_ASSERTS"); Set("DEBUG_DIE_BY_ABORT") if Get("CONFIG_DEBUG") > 1; Set("CDEBUG" => "-ggdb"); - Set("COPT" => ""); - Set("COPT2" => ""); } else { # If building a release version: Append("COPT" => "-fomit-frame-pointer");