diff options
| author | Jedidiah Barber <contact@jedbarber.id.au> | 2026-01-17 15:37:52 +1300 |
|---|---|---|
| committer | Jedidiah Barber <contact@jedbarber.id.au> | 2026-01-17 15:37:52 +1300 |
| commit | 52d24305fe9a5f47270b713708664d4968f75fed (patch) | |
| tree | cc88880f814f44d92cd2cb027553346c77245062 /proj | |
| parent | 8508d8b77106a2586b425df687ddb401cbcf779f (diff) | |
Changed default build switch to release instead of debug
Diffstat (limited to 'proj')
| -rw-r--r-- | proj/common.gpr | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/proj/common.gpr b/proj/common.gpr index c12e2c7..07065fe 100644 --- a/proj/common.gpr +++ b/proj/common.gpr @@ -5,8 +5,7 @@ abstract project Common is type Build_Kind is ("release", "debug"); - -- when done change this to have a default value of "release" - Ver : Build_Kind := external ("build", "debug"); + Ver : Build_Kind := external ("build", "release"); package Builder is |
