Created
July 13, 2017 18:24
-
-
Save tsloughter/9a83af688d4d65c9ba4c7704f240c9c3 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
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