From 9e53ee2ca60cbad82be440f957a8b5c5a9236471 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 17 Jan 2007 16:52:16 +0000 Subject: CFLAGS_OPTIMIZE_V = -O2 --- make/custom/gp32.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/custom/gp32.cfg') diff --git a/make/custom/gp32.cfg b/make/custom/gp32.cfg index dc9ded1e75..8f891deabe 100644 --- a/make/custom/gp32.cfg +++ b/make/custom/gp32.cfg @@ -15,10 +15,10 @@ RTEMS_BSP_FAMILY=gp32 # This contains the compiler options necessary to select the CPU model # and (hopefully) optimize for it. # -CPU_CFLAGS = -mcpu=arm920t -mstructure-size-boundary=32 -O3 +CPU_CFLAGS = -mcpu=arm920t -mstructure-size-boundary=32 # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V= +CFLAGS_OPTIMIZE_V= -O2 define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ -- cgit v1.2.3