From 4a4e4e0747175848f1a51b20e472334c1e8f052d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 21 Jul 2006 00:22:52 +0000 Subject: more work on centralizing the CPU optimization flags. With GNU/Linux on PowerPC and Mac OS X on Intel, things are becoming more complicated... ;) svn path=/trunk/; revision=5389 --- packages/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'packages/Makefile') diff --git a/packages/Makefile b/packages/Makefile index 4914081f..6f3a20ab 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -85,9 +85,6 @@ ZEXY_VERSION := $(shell grep VERSION $(externals_src)/zexy/src/zexy.h | \ grep -v _VERSION | cut -d ' ' -f 3 | cut -d '"' -f 2) - -OPT_FLAGS = -O6 -funroll-loops -fomit-frame-pointer - # these are sent to all of the various Makefiles so that they all copy their # output to the same directory tree DEST_PATHS = BUILDLAYOUT_DIR=$(BUILDLAYOUT_DIR) \ -- cgit v1.2.1