NASM optimisations now used

This commit is contained in:
pagefault
2003-05-03 02:24:08 +00:00
parent 4b9d11ca60
commit f3dfe61472
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ AC_CHECK_TOOL(NASMPATH,nasm,"no",$nasm_prefix:$PATH)
if test x$NASMPATH = xno; then
AC_MSG_ERROR(You need NASM installed to compile ZSNES)
fi
NFLAGS="$NFLAGS -w-orphan-labels"
NFLAGS="$NFLAGS -O1 -w-orphan-labels"
AC_PROG_INSTALL
case "$target" in
*-*-linux*)