new makefile

This commit is contained in:
David Anderson
2004-08-22 12:41:00 +00:00
parent d966983354
commit ae01b71078
4 changed files with 8 additions and 6 deletions

View File

@ -72,7 +72,7 @@ if ($OPTIONS{"debug"})
if ($OPTIONS{"amd64"})
{
$cflags .= "-m64 -DSMALL_CELLSIZE=64 $cflags";
$cflags .= " -m64 -DHAVE_I64 -DSMALL_CELL_SIZE=64 $cflags";
}
if ($OPTIONS{"debug"})