Check 9ca281b to see if I have the right idea.

Since Pascal compilers are single-pass, the nearest equivalent to a strict compile command seems to be the option to skip the linker (-s).

A new side-effect will be the generation of a linker script and a link<PID>.res artifact, in additional to objects, if the target is a program or library. A unit will only generate an object as before, no matter if "Compile" or "Build" is run.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3694/c1818069709@github.com>