diff options
Diffstat (limited to 'src/interp/sys-driver.boot')
-rw-r--r-- | src/interp/sys-driver.boot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interp/sys-driver.boot b/src/interp/sys-driver.boot index 4c98c8e2..da622f96 100644 --- a/src/interp/sys-driver.boot +++ b/src/interp/sys-driver.boot @@ -267,6 +267,8 @@ compileSpadLibrary(progname,options,file) == $verbose := false $ProcessInteractiveValue := true $PrintCompilerMessageIfTrue := $verbose + setCompilerOptimizations + getOptionValue(Option '"optimize",%systemOptions()) CATCH($intTopLevel, CATCH("SpadCompileItem", CATCH($SpadReaderTag,compiler [file]))) |