diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-17 19:32:36 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-17 19:32:36 -0400 |
| commit | 7f77861b7d00303783fbe3ca4431c904b223092a (patch) | |
| tree | a7dcb2f0714c12244bd9788aeddb6b75d551d033 | |
| parent | 0bba31912665a82f848642e6b4247071a3ee177a (diff) | |
Remove runner.c debug output
| -rw-r--r-- | tomo.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -640,10 +640,6 @@ Path_t compile_executable(env_t *base_env, Path_t path, Array_t object_files, Ar "}\n" ); - FILE *xxx = fopen("runner.c", "w"); - CORD_put(program, xxx); - fclose(xxx); - if (show_codegen.length > 0) { FILE *out = run_cmd("%k", &show_codegen); CORD_put(program, out); |
