revert clean

This commit is contained in:
Concedo 2025-03-16 17:53:35 +08:00
parent 5ef1722d5f
commit 8708403ee9

View file

@ -580,6 +580,9 @@ void write_output_files() {
} }
fprintf(src, "\n};\n\n"); fprintf(src, "\n};\n\n");
if (!no_clean) {
std::remove(path.c_str());
}
} }
fclose(hdr); fclose(hdr);