diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-16 14:40:12 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-16 14:40:12 +0000 |
commit | 3a4395b56a56a7ae2d9797f4bbf9e4ae098ad935 (patch) | |
tree | 74dd803d42d6ed3120c6471048b1b07db5230a32 | |
parent | c4975ab2b6144cefda7967927c94044d75498e56 (diff) |
added cyclone OPT_CFLAGS from the miXed/Makefile.common
svn path=/trunk/; revision=11785
-rw-r--r-- | externals/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |