Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsloughter/9a83af688d4d65c9ba4c7704f240c9c3 to your computer and use it in GitHub Desktop.
Save tsloughter/9a83af688d4d65c9ba4c7704f240c9c3 to your computer and use it in GitHub Desktop.
12> compile:file("test.erl", [nowarn_export_all,warnings_as_errors,{outdir, "."}]).
{ok,test}
13> beam_lib:chunks("test.beam", [compile_info]).
{ok,{test,[{compile_info,[{options,[nowarn_export_all]},
{version,"7.1"},
{source,"/home/tristan/Devel/vonnegut/test.erl"}]}]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment