提交 fdfe8996 编写于 作者: N Na'Tosha Bard

Adding -m32 to the compiler flags for the linux build script.

上级 3ebb0119
......@@ -48,10 +48,10 @@ if (not $skipbuild)
if ($debug)
{
$ENV{CFLAGS} = "-g -O0";
$ENV{CFLAGS} = "-m32 -g -O0";
} else
{
$ENV{CFLAGS} = "-Os" #optimize for size
$ENV{CFLAGS} = "-m32 -Os" #optimize for size
}
#this will fail on a fresh working copy, so don't die on it.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册