]> mj.ucw.cz Git - libucw.git/blobdiff - lib/autoconf.cfg
bugfixes
[libucw.git] / 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");