#911: AOT code should optionally preserve and honor debug metadata -----------------------------------+---------------------------------------- Reporter: lsansonetti@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- Currently, the dwarf metadata generated by the compiler disappears during AOT compilation. While this isn't a problem when AOT compilation is used to generate a final product, this is an issue when AOT code is used during development. The dwarf metadata should be preserved and exposed once the AOT code module is invoked, but not by default. Let's add a -g option to macrubyc to enable this. -- Ticket URL: <http://www.macruby.org/trac/ticket/911> MacRuby <http://macruby.org/>