From 9d2edce037ee7040152ef9ffe0a3cfa85233da9f Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 20 Sep 2004 15:12:28 +0000 Subject: [PATCH] added optimizations --- apps/gcc_make/apps/metro/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gcc_make/apps/metro/Makefile b/apps/gcc_make/apps/metro/Makefile index 0f4a7e1e..10abc1c3 100644 --- a/apps/gcc_make/apps/metro/Makefile +++ b/apps/gcc_make/apps/metro/Makefile @@ -1,5 +1,5 @@ CC = g++ -CFLAGS = -Wall -pedantic +CFLAGS = -Wall -pedantic -O3 DEFINED = __GNUC ROOT=../../../..