Erlang bytecodes and/or VM description?

Vlad Dumitrescu XX (LN/EAB) vlad.xx.dumitrescu@REDACTED
Thu Jun 1 13:15:39 CEST 2006


> Which compiler version supports "+S" switch?  On R10B-11 I get:

You'll have to write 
	erlc +'S' mod.erl
And also to remember that the qutes need to be escaped, so the working
comand line is:
	erlc +\'S\' mod.erl

Nice! ;-)
/Vlad



More information about the erlang-questions mailing list