From b2868fcd6de3902fca30d00eb33f867592c970b5 Mon Sep 17 00:00:00 2001 From: hackbard Date: Thu, 16 Aug 2007 18:27:12 +0200 Subject: [PATCH] test without float-store compiler option --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee6e927..61c137f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC=gcc CFLAGS=-Wall CFLAGS+=-O3 -CFLAGS+=-ffloat-store +#CFLAGS+=-ffloat-store CFLAGS+=-g #CFLAGS+=-DDEBUG #CFLAGS+=-DVDEBUG -- 2.20.1