for perf test

This commit is contained in:
2022-01-05 10:40:29 +01:00
parent f95080606c
commit df3fcaab27
3 changed files with 30 additions and 32 deletions

View File

@@ -147,11 +147,11 @@ void debug() {
int main(int argc, char *argv[]) {
#ifdef NDEBUG
repl();
#else
// #ifdef NDEBUG
// repl();
// #else
debug();
#endif
// #endif
return 0;
}