mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cc: bring back os.rm()
This commit is contained in:
@ -249,7 +249,7 @@ fn (v mut V) cc() {
|
||||
}
|
||||
*/
|
||||
if !v.pref.is_debug && v.out_name_c != 'v.c' {
|
||||
//os.rm(v.out_name_c)
|
||||
os.rm(v.out_name_c)
|
||||
}
|
||||
if v.pref.compress {
|
||||
$if windows {
|
||||
|
Reference in New Issue
Block a user