mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-14 10:59:41 +00:00
revert clean
This commit is contained in:
parent
5ef1722d5f
commit
8708403ee9
1 changed files with 3 additions and 0 deletions
|
@ -580,6 +580,9 @@ void write_output_files() {
|
|||
}
|
||||
fprintf(src, "\n};\n\n");
|
||||
|
||||
if (!no_clean) {
|
||||
std::remove(path.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
fclose(hdr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue