Removed inline and noboundscheck due to compile time

This commit is contained in:
Hackerpilot 2014-04-21 15:27:15 -07:00
parent 7c22e9a849
commit 7086fcf60b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ dmd\
analysis/*.d\ analysis/*.d\
-ofdscanner\ -ofdscanner\
-m64 -g\ -m64 -g\
-O -release -noboundscheck -inline -O -release
#gdc\ #gdc\
# main.d\ # main.d\