pbot-vm: reduce noisy output in Scheme language

This commit is contained in:
Pragmatic Software 2024-04-07 17:19:38 -07:00
parent 24962935fa
commit 826fd79d71
No known key found for this signature in database
GPG Key ID: CC916B6E3C84ECCE
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ sub initialize {
$self->{sourcefile} = 'prog.scm';
$self->{execfile} = 'prog.scm';
$self->{default_options} = '';
$self->{default_options} = '--no-auto-compile';
$self->{cmdline} = 'guile $options $sourcefile';
$self->{cmdline_opening_comment} = "#|=============== CMDLINE ===============\n";