diff -r 222fd88429a3 -r 728aff120ee7 host.rc --- a/host.rc Wed Dec 21 14:24:03 2005 +0100 +++ b/host.rc Wed Dec 21 14:57:19 2005 +0100 @@ -132,7 +132,9 @@ "/ can be rechanged in a h_xxx file. "/ -Smalltalk wasStartedFromImage ifFalse:[ +(Smalltalk wasStartedFromImage not +and:[ Smalltalk isPlugin not ]) +ifTrue:[ Compiler stcCompilation:#default. Compiler stcCompilationOptions:'+optinline +inlineNew'.