From 6e40c41094cca7e9a48ea457092cd58307bfa77c Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 9 Jun 2014 16:20:02 -0700 Subject: [PATCH] Turn on inlining for speed --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 2b3cd32..4445e55 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -dmd\ +/home/brian/src/dmd/src/dmd\ main.d\ stats.d\ imports.d\ @@ -13,7 +13,7 @@ dmd\ -version=DIP61\ -ofdscanner\ -g\ - -O -release + -O -release -inline #gdc\ # main.d\