In my old gpr file, the "-s" flag
(recompile if compiler switches have changed since last compilation)
was added to the Builder:
package Builder is
...
end Builder;
With alire, I see that the build phase has flags
Command ["gprbuild", "-gnatwU", "-j0", "-p", "-P", "tests.gpr"]
but not the "-s"flag.
Is this flag not needed?
If so, why?
If not, how to add it?
If I need to make changes to the generated gpr file, do you have recommendations to separate changes from generated code?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too