Is it possible to bypass the compile/link phase in toolchain?

We have an experimental research C compiler which simply builds into final binary without separate compilation into object form.
It compiles binary with the command “cesium.exe <SOURCE> -o <OUTPUT>

1 Like