diff options
Diffstat (limited to 'graphics/figurine')
-rw-r--r-- | graphics/figurine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/figurine/Makefile b/graphics/figurine/Makefile index d9f77bcd786a..eb8a99413ea6 100644 --- a/graphics/figurine/Makefile +++ b/graphics/figurine/Makefile @@ -26,7 +26,7 @@ MAN1= figurine.1 # Optimizations produce bad assembly code on sparc64 .if ${ARCH} == "sparc64" -CFLAGS+= -=O0 +CFLAGS+= -O0 .endif post-patch: |