Created
July 13, 2017 18:19
-
-
Save tsloughter/6c833ee00b7669dfa310917f513a4f69 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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