From 04b8ffc643b3b788a5c62d9bfdd150e7a64b2ab9 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 15 Jan 2015 01:31:26 +0100 Subject: [PATCH] fix, noboundscheck patched before each build --- src/ce_dmdwrap.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ce_dmdwrap.pas b/src/ce_dmdwrap.pas index 6f157745..86589adb 100644 --- a/src/ce_dmdwrap.pas +++ b/src/ce_dmdwrap.pas @@ -569,8 +569,6 @@ const binKindStr: array[TBinaryKind] of string = ('', '-lib', '-shared', '-c'); bchKindStr: array[TBoundCheckKind] of string = ('on', 'safeonly', 'off'); begin - depPatch; - // opt := binKindStr[fBinKind]; if opt <> '' then aList.Add(opt); opt := trgKindStr[fTrgKind];