fix, noboundscheck patched before each build

This commit is contained in:
Basile Burg 2015-01-15 01:31:26 +01:00
parent 9873c561b3
commit 04b8ffc643
1 changed files with 0 additions and 2 deletions

View File

@ -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];