]> mj.ucw.cz Git - libucw.git/commitdiff
lib: revert unwanted commit
authorRobert Spalek <robert@ucw.cz>
Sun, 23 Apr 2006 19:41:18 +0000 (21:41 +0200)
committerRobert Spalek <robert@ucw.cz>
Sun, 23 Apr 2006 19:41:18 +0000 (21:41 +0200)
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.

lib/autoconf.cfg

index a6344e8b0f43acc6cf52de17393570e46c0194f4..668c83ea14051294f1e59f58bbee964984062028 100644 (file)
@@ -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");