host.rc
changeset 678 728aff120ee7
parent 677 222fd88429a3
child 932 910313a689a6
--- 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'.