Commit 14ac09bf authored by Falk Hüffner's avatar Falk Hüffner

Tweak Alpha compiler flags.

Originally committed as revision 745 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 361e7cad
......@@ -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