Command-Line Interfaces of LLVM-based Delphi Compilers
Go Up to Command-Line Utilities Index
Command-line interfaces for LLVM-based Delphi compilers are very similar. This topic provides information that applies to all of them.
Command-Line Options
Execute the command-line interface executable of the target compiler with the -h
switch to display the help of all command-line options. For example:
dcciosarm -h
Topics
- DCCIOSARM.EXE, the Delphi Compiler for the 32-bit iOS Device
- DCCIOSARM64.EXE, the Delphi Compiler for the 64-bit iOS Device
- DCCAARM.EXE, the Delphi Compiler for Android
- DCCLINUX64.EXE, the Delphi Compiler for Linux