mirror of https://gitlab.com/basile.b/dexed.git
fix, noboundscheck patched before each build
This commit is contained in:
parent
9873c561b3
commit
04b8ffc643
|
@ -569,8 +569,6 @@ const
|
||||||
binKindStr: array[TBinaryKind] of string = ('', '-lib', '-shared', '-c');
|
binKindStr: array[TBinaryKind] of string = ('', '-lib', '-shared', '-c');
|
||||||
bchKindStr: array[TBoundCheckKind] of string = ('on', 'safeonly', 'off');
|
bchKindStr: array[TBoundCheckKind] of string = ('on', 'safeonly', 'off');
|
||||||
begin
|
begin
|
||||||
depPatch;
|
|
||||||
//
|
|
||||||
opt := binKindStr[fBinKind];
|
opt := binKindStr[fBinKind];
|
||||||
if opt <> '' then aList.Add(opt);
|
if opt <> '' then aList.Add(opt);
|
||||||
opt := trgKindStr[fTrgKind];
|
opt := trgKindStr[fTrgKind];
|
||||||
|
|
Loading…
Reference in New Issue