Compiler Options¶
Command Syntax¶
Available Options¶
-o <name>¶
Specify output filename (without extension):
Creates myprogram or myprogram.exe.
--no-gui¶
Compile without GUI support:
Use when: - GTK4 is not available - Creating console-only app - Smaller binary size needed
-h, --help¶
Show help message: