From e04faa7a047300cb9a8f3be07887e305087fcb5b Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Sat, 24 Apr 2010 15:58:59 +1200 Subject: [PATCH] notes to self re: compiling options --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 34b9fa0..3bc26ff 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,11 @@ DSFMT_FLAGS = -finline-functions -fomit-frame-pointer -DNDEBUG -fno-strict-alia VECTOR_FLAGS = -msse2 -DHAVE_SSE2 -D__SSE2__ +# these *might* do something useful +#POSSIBLE_OPTIMISING_CFLAGS = -fmodulo-sched -fmodulo-sched-allow-regmoves -fgcse-sm -fgcse-las \ +# -funsafe-loop-optimizations -Wunsafe-loop-optimizations -fsee and more +#POSSIBLE_PESSIMISING_CFLAGS -fmudflap -fmudflapth -fmudflapir + SPARROW_SRC = gstsparrow.c dSFMT/dSFMT.c sparrow.c CC = gcc -- 2.11.4.GIT