Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tsloughter/6c833ee00b7669dfa310917f513a4f69 to your computer and use it in GitHub Desktop.
Save tsloughter/6c833ee00b7669dfa310917f513a4f69 to your computer and use it in GitHub Desktop.
> compile:file("test.erl", [nowarn_export_all,warnings_as_errors]).
{ok,test}
> 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