From 78ce6f86f7a2e6dbcca30944bb81af2ab7b0209c Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 12 Jul 2010 16:22:05 +0000 Subject: [PATCH] tests: turn of optimisation when compiling the tests, less unexpected optimisations. --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 734feab36..36f2d4b07 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ # Makefile for the tests. GCC= /usr/gnu/bin/gcc -CFLAGS= -O -D_MINIX -D_POSIX_SOURCE +CFLAGS= -O0 -D_MINIX -D_POSIX_SOURCE CFLAGS-GCC= $(CFLAGS) -Wall CFLAGS-GCCFPU= $(CFLAGS) -Wall -mhard-float CFLAGS-GCCFPU= $(CFLAGS-GCC) -W -mhard-float -- 2.44.0