fe84a1fb6e
PR: ports/137563 Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
11 lines
268 B
Text
11 lines
268 B
Text
--- src/SNESAPU/Makefile.orig 2006-05-18 18:15:02.000000000 -0400
|
|
+++ src/SNESAPU/Makefile 2008-11-06 20:16:51.000000000 -0500
|
|
@@ -4,7 +4,7 @@
|
|
|
|
# Compiler and Linker Defines
|
|
ASM = nasm
|
|
-AFLAGS = -O1 -f elf
|
|
+AFLAGS = -O2 -f elf
|
|
RM = rm -f
|
|
|
|
%.o: %.Asm
|