NASM optimisations now used
This commit is contained in:
@@ -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*)
|
||||
|
||||
Reference in New Issue
Block a user