mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Fixed bugs
This commit is contained in:
parent
3818987c33
commit
72a7e9d849
@ -95,7 +95,12 @@ if ($OPTIONS{"debug"})
|
|||||||
|
|
||||||
if ($OPTIONS{"amd64"})
|
if ($OPTIONS{"amd64"})
|
||||||
{
|
{
|
||||||
$cflags = "-m64 $cflags";
|
$cflags .= "-m64 -DSMALL_CELLSIZE=64 $cflags";
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($OPTIONS{"jit"})
|
||||||
|
{
|
||||||
|
$cflags .= "-DJIT";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($OPTIONS{"debug"})
|
if ($OPTIONS{"debug"})
|
||||||
|
Loading…
Reference in New Issue
Block a user