On Monday, 26 June 2023 at 19:18:52 UTC, Cecil Ward wrote:
>Does "-release" imply "-boundscheck=off" automatically in LDC ?
The semantics are the same as for DMD, e.g., defaulting to -boundscheck=safeonly
.
Thread overview | |||||
---|---|---|---|---|---|
|
June 26 The "-release" and "-boundscheck=off" command line switches | ||||
---|---|---|---|---|
| ||||
Does "-release" imply "-boundscheck=off" automatically in LDC ? |
June 27 Re: The "-release" and "-boundscheck=off" command line switches | ||||
---|---|---|---|---|
| ||||
Posted in reply to Cecil Ward | On Monday, 26 June 2023 at 19:18:52 UTC, Cecil Ward wrote:
> Does "-release" imply "-boundscheck=off" automatically in LDC ?
No, you can use '-b release-nobounds' for dub or explicitly '-boundscheck=off' with ldc2
|
July 04 Re: The "-release" and "-boundscheck=off" command line switches | ||||
---|---|---|---|---|
| ||||
Posted in reply to Cecil Ward | On Monday, 26 June 2023 at 19:18:52 UTC, Cecil Ward wrote: >Does "-release" imply "-boundscheck=off" automatically in LDC ? The semantics are the same as for DMD, e.g., defaulting to |