Options
-b
Build an executable file.
-c
Compile to bytecode. This option will produce a file with .aupc
extension, which contains bytecode and metadata.
-d
Dump generated code.
-g
Enable debug mode.
-h
Show help.
-O
Enable code optimization. Currently, support:
Constant folding/SSA
Smart register allocation
Optimization means program in release mode, so you cannot debug it.
-v
Show version and build date.
Last updated
Was this helpful?