Files
flux/fluxc
Jooris Hadeler 9aa6b9694b Feat: add -c flag to skip entry-point check
`fluxc -c <file>` compiles a source file without requiring a `main`
function, matching the convention of C compilers. Pass 4 (entry-point
validation) is skipped when `no_main` is set.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 15:36:43 +01:00
..