Removed the hard coded -m64 in the build.sh script.

This commit is contained in:
Matthew Brennan Jones 2014-04-27 13:05:51 -07:00
parent 30d5ff8f49
commit 55eb188a15
1 changed files with 1 additions and 1 deletions

View File

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