Erlang bytecodes and/or VM description?
Vlad Dumitrescu XX (LN/EAB)
vlad.xx.dumitrescu@REDACTED
Thu Jun 1 14:15:34 CEST 2006
> > erlc +\'S\' mod.erl
>
> In retrospect I'm surprised that worked :-) I think the
> canonical compiler flag actually is "erlc -S ...".
> Sorry about that.
Well, you are excused: the documentation doesn't even mention -S as a
flag, but only
+term
A flag starting with a plus ('+') rather than a hyphen
will be converted to an Erlang term and passed unchanged to the
compiler.
<snip>
Depending on the platform, the value may need to be
quoted if the shell itself interprets certain characters.
Regards,
Vlad
More information about the erlang-questions
mailing list