Commit f834bd73 authored by mellum's avatar mellum

Tweak Alpha compiler flags.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@745 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 76a681c8
......@@ -64,7 +64,7 @@ endif
ifeq ($(TARGET_ARCH_ALPHA),yes)
OBJS += alpha/dsputil_alpha.o alpha/mpegvideo_alpha.o
ASM_OBJS += alpha/dsputil_alpha_asm.o
CFLAGS += -Wa,-mpca56
CFLAGS += -Wa,-mpca56 -finline-limit=8000 -fforce-addr -freduce-all-givs
endif
SRCS := $(OBJS:.o=.c) $(ASM_OBJS:.o=.S)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment