Build_Profile_Kind #1054
Unanswered
captain-haddock17
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The profiles: Release, Validation, Development What users can do is redefine the content of those. For instance: [build-switches]
"*".runtime_checks = "none"
release.optimization = ["-O1", "-gnatn"] Since this feature has made it's way into an official release we will need a very strong case to make compatibility breaking changes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
For now
Build_Profile_Kind
values in*_confg.gpr
has a wording/definition relating to states in a software lifecycle."release", "validation", "development".
In my understanding and practices, BUILD setup are intended to define some technical-info/performance details.
So as for other IDE and build tools, I would prefer that the values reflects the (technical) content of the build, i.e "Debug", "Profile", "Release"
As a benchmarking info, Apple Xcode defines:
«Build for ... »
Running
,Testing
,Profiling
and compiler switches (& al) have possible
Debug
,Release
params/options.These values seems to be buried into 'alr' Ada source code.
Is there any way to redefine this at user/dev level. (by some template ?)
Thanks a lot,
and immense Bravo for all the work already done.
Kind regards,
William
Beta Was this translation helpful? Give feedback.
All reactions