Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commands

CardboardDog edited this page Jun 29, 2023 · 1 revision

Commands

Currently the best way to use Rosie is with terminal/command prompt. While compiling is pretty straight forward, it helps to know some of Rosie's commands and arguments.

The compiler

  • --clang - uses clang to compile your source
  • --gcc - uses g++ to compile your source
  • -o [location] sets the binary output location
  • --debug=[true/false] enables/disables the debugger
  • --clean=[true/false] enables/disables cleanup
  • --exe=[true/false] enables/disables binary or c++ source output
Clone this wiki locally