#BUGFIX by stefan
authorStefan Vogel <sv@exept.de>
Thu, 21 Sep 2017 10:11:35 +0200
changeset 4193 f6e06c574f0d
parent 4192 2ccabb87e7e0
child 4194 ac7b50f1d2fa
#BUGFIX by stefan class: ByteCodeCompiler class added: #ccCompilationOptions: revert to prev version - apparently needed by som startup rc files
ByteCodeCompiler.st
--- a/ByteCodeCompiler.st	Wed Sep 20 19:52:03 2017 +0200
+++ b/ByteCodeCompiler.st	Thu Sep 21 10:11:35 2017 +0200
@@ -816,6 +816,26 @@
     "Modified: 5.11.1996 / 17:38:56 / cg"
 !
 
+ccCompilationOptions:aString
+    <resource: #obsolete>
+    
+    "define the compilation options
+     to be used when compiling to machine code.
+     These are passed to cc. Can be set from your private.rc file.
+     This method remains here for backward compatibility (older script files)"
+
+    ParserFlags ccCompilationOptions:aString
+
+    "
+     Compiler ccCompilationOptions:'-O'
+     Compiler ccCompilationOptions:'-O -fPIC'
+     Compiler ccCompilationOptions
+    "
+
+    "Created: 5.11.1996 / 17:37:05 / cg"
+    "Modified: 5.11.1996 / 17:38:32 / cg"
+!
+
 ccPath
     <resource: #obsolete>