Alejandro R Mosteo

Results 151 comments of Alejandro R Mosteo

Will this problem persist with the new bundled compilers?

I prefer this way because it seems more compact/maintainable than having three varieties per profile (when counting the `-unset` variation), it's 5 vs 9 switches. Also if in the future...

Right. And `recurse-profile-all` could be interpreted as something about profiling. I think we need a creative departure here. Also I just saw in the help for alire build that it...

First of all, I was wrong in assuming that the current `release` mode suppress any checks as far as I can see. It's pretty much only `-O3` and `-gnatn`. I...

Okay, so after playing a bit more with the switches I wanted, and some internal changes now needed to ensure consistency of generated files between builds, and remembering that we...

> I think we should keep at least `--validation` and `--release` as these are very common options to use in CI scripts. > And you definitely don't want `--validation` to...

Thanks @Fabien-Chouteau and everyone for the involvement with this feature.

Super important addition. Great summary, Fabien. Should we have some mechanism in the global config for users to tweak their defaults? Maybe a `[build_profile]` that is copied by default during...

I've been playing a bit with the latest branch. To be frank, I don't have much feedback at this time, besides that it works as advertised :-) > Right now...

I really cannot think of a simple way of untying both besides going for separate project files, and I concur that isn't worth the trouble at least unless clear demand...