PreviousUpNext

13.5.10  control

The compiler control package is part of the Makelib configuration interface.

The control package implements an anonymous api defined in src/lib/core/internal/makelib.api.

The control package source code is in src/app/makelib/main/makelib-g.pkg.

The above information is manually maintained and may contain errors.

api {
    keep_going_after_compile_errors : Controller(Bool );
    verbose : Controller(Bool );
    warn_on_obsolete_syntax : Controller(Bool );
    debug : Controller(Bool );
    conserve_memory : Controller(Bool );
    generate_index : Controller(Bool );
    parse_caching : Controller(Int );};

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext