allow to use MEM_DEBUG with libtcc

This commit is contained in:
seyko
2015-05-11 18:05:31 +03:00
parent cb7e820eae
commit ae09051c81
2 changed files with 1 additions and 2 deletions

2
tcc.c
View File

@ -369,7 +369,5 @@ int main(int argc, char **argv)
}
tcc_delete(s);
if (bench)
tcc_memstats();
return ret;
}