From 7086fcf60b282b59cce2a78577563e0f05ed3335 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 21 Apr 2014 15:27:15 -0700 Subject: [PATCH] Removed inline and noboundscheck due to compile time --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5076df3..b00b58f 100755 --- a/build.sh +++ b/build.sh @@ -12,7 +12,7 @@ dmd\ analysis/*.d\ -ofdscanner\ -m64 -g\ - -O -release -noboundscheck -inline + -O -release #gdc\ # main.d\