From 3a4395b56a56a7ae2d9797f4bbf9e4ae098ad935 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 16 Jun 2009 14:40:12 +0000 Subject: added cyclone OPT_CFLAGS from the miXed/Makefile.common svn path=/trunk/; revision=11785 --- externals/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals') diff --git a/externals/Makefile b/externals/Makefile index e8e54c50..344b8d82 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -519,7 +519,7 @@ CYCLONE_NAME=cyclone # cyclone is compiled straight into $(OUT_DIR) CYCLONE_OUT_DIR=$(objectsdir)/$(CYCLONE_NAME) cyclone: $(bindir) - $(MAKE) OPT_CFLAGS="-O2 -funroll-loops -fomit-frame-pointer" \ + $(MAKE) OPT_CFLAGS="-O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing -fPIC" \ -C $(externals_src)/miXed/cyclone cyclone_install: cyclone -- cgit v1.2.1