diff --git a/util/cross_compile.cpp b/util/cross_compile.cpp index b987ccaf..0d136998 100644 --- a/util/cross_compile.cpp +++ b/util/cross_compile.cpp @@ -63,7 +63,6 @@ unique_ptr xcompileReadMode(const char *s) { if (!opt.empty()) { for (const auto &xcompile : xcompile_options) { if (opt == xcompile.name) { - DEBUG_PRINTF("found opt %zu:%llu\n", i, xcompile.cpu_features); rv.cpu_features = xcompile.cpu_features; found_mode = true; break;