Hi All,<div>I have a simple module where i define a compile directive:</div><div><div>-module(test).</div><div>-compile(debug_info).</div><div>-export([test/0]).</div><div><br></div><div><br></div><div>test()-></div><div>
    ok.</div></div><div>I compile it with erlc and load it</div><div><div><br></div><div>>test:module_info(compile).</div><div>[{options,[{outdir,"/Users/chris"}]},</div><div> {version,"4.8.1"},</div>
<div> {time,{2012,5,9,16,30,44}},</div><div> {source,"/Users/chris/test.erl"}]</div></div><div><br></div><div>And we can see it has  not been debug_compiled.........</div><div><br></div><div>Where is it defined what compiler options can be used within a a module and what can be don with erlc? </div>
<div><br></div><div><br></div><div>Chris</div><div><br></div><div><br></div>