]> Zhao Yanbai Git Server - minix.git/commitdiff
tests: turn of optimisation when compiling the tests, less unexpected optimisations.
authorBen Gras <ben@minix3.org>
Mon, 12 Jul 2010 16:22:05 +0000 (16:22 +0000)
committerBen Gras <ben@minix3.org>
Mon, 12 Jul 2010 16:22:05 +0000 (16:22 +0000)
test/Makefile

index 734feab3686c34b7c2cad0805e126f4ef1a3e461..36f2d4b07c7d639f13a7fc2ee979a04cd82695b6 100644 (file)
@@ -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