Merge pull request #170 from workhorsy/master

Removed the hard coded -m64 in the build.sh script.
This commit is contained in:
Hackerpilot 2014-04-27 17:31:24 -07:00
commit 07ccc4d55c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ dmd\
std/d/*.d\ std/d/*.d\
analysis/*.d\ analysis/*.d\
-ofdscanner\ -ofdscanner\
-m64 -g\ -g\
-O -release -O -release
#gdc\ #gdc\