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:
dcciosarm64 -h
Topics
- DCCIOSARM64.EXE, the Delphi Compiler for 64-bit iOS
- DCCIOSSIMARM64.EXE, the Delphi Compiler for 64-bit ARM iOS Simulator
- DCCOSX64.EXE, the Delphi Compiler for 64-bit Intel macOS
- DCCOSXARM64.EXE, the Delphi Compiler for 64-bit ARM macOS
- DCCAARM.EXE, the Delphi Compiler for 32-bit Android
- DCCAARM64.EXE, the Delphi Compiler for 64-bit Android
- DCCLINUX64.EXE, the Delphi Compiler for 64-bit Intel Linux