| << Prev | - Up - |
-g, --(no)debuginfoEmits code with debugging information. Use this option if you want to take advantage of The Mozart Debugger. The -g option is actually an abbreviation for the combination of --controlflowinfo and --staticvarnames.
--(no)controlflowinfoInclude control flow information
--(no)staticvarnamesInclude static variable name information
-p, --(no)profileEmits code with profiling information. Use this option if you want to take advantage of The Mozart Profiler.
--(no)gumpAllow Gump definitions.
--(no)compilerpassesShow compiler passes.
--(no)warnredeclWarn about top-level redeclarations.
--(no)warnunusedWarn about unused variables.
--(no)warnunusedformalsWarn about unused variables and formals.
--(no)warnforwardWarn about oo forward declarations.
--(no)warnoptWarn about missed optimizations.
--(no)expressionExpect expressions, not statements.
--(no)allowdeprecatedAllow use of deprecated syntax.
--(no)staticanalysisRun static analysis.
--(no)realcoreOutput the real non-fancy core syntax.
--(no)debugvalueAnnotate variable values in core output.
--(no)debugtypeAnnotate variable types in core output.
--functionalpatternsUse functional pattern-matching.
| << Prev | - Up - |