From: Ben Gras Date: Mon, 12 Jul 2010 16:22:05 +0000 (+0000) Subject: tests: turn of optimisation when compiling the tests, less unexpected optimisations. X-Git-Tag: v3.1.8~259 X-Git-Url: http://zhaoyanbai.com/repos/doxygen.log?a=commitdiff_plain;h=78ce6f86f7a2e6dbcca30944bb81af2ab7b0209c;p=minix.git tests: turn of optimisation when compiling the tests, less unexpected optimisations. --- 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