Turn on inlining for speed

This commit is contained in:
Hackerpilot 2014-06-09 16:20:02 -07:00
parent 3b6de50058
commit 6e40c41094
1 changed files with 2 additions and 2 deletions

View File

@ -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\