Mercurial > libavcodec.hg
changeset 539:8af95bc44ab9 libavcodec
Tweak Alpha compiler flags.
author | mellum |
---|---|
date | Thu, 11 Jul 2002 15:55:19 +0000 |
parents | 7d45f7c1937e |
children | 4cee7ce37e10 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Jul 11 15:54:10 2002 +0000 +++ b/Makefile Thu Jul 11 15:55:19 2002 +0000 @@ -64,7 +64,7 @@ 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)