From dd380f8479534d3ed373b55a295ff1fce9429ffe Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Thu, 3 Mar 2005 14:46:10 +0000 Subject: [PATCH] - Fixed the OS4 specific build makefile. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14854 87f5fb63-7c3d-0410-a384-fd976d0f7a62 --- test_programs/GNUmakefile.os4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_programs/GNUmakefile.os4 b/test_programs/GNUmakefile.os4 index 3de8d39..e6bf5e7 100644 --- a/test_programs/GNUmakefile.os4 +++ b/test_programs/GNUmakefile.os4 @@ -1,5 +1,5 @@ # -# $Id: GNUmakefile.os4,v 1.2 2004-10-25 19:50:33 obarthel Exp $ +# $Id: GNUmakefile.os4,v 1.3 2005-03-03 14:46:10 obarthel Exp $ # # :ts=8 # @@ -21,11 +21,11 @@ WARNINGS = \ -Wall -W -Wshadow -Wpointer-arith -Wsign-compare -Wmissing-prototypes \ -Wundef -Wbad-function-cast -Wmissing-declarations -Wconversion -INCLUDE = -I../library/include +INCLUDE = -I../library/include -I$(V)/include LIB = -L../library/lib #OPTIONS = -DNDEBUG -fno-builtin -DNO_INLINE_STDARG -DIEEE_FLOATING_POINT_SUPPORT #OPTIONS = -D__MEM_DEBUG -fno-builtin - OPTIONS = -DDEBUG -D__MEM_DEBUG -DNO_INLINE_STDARG -fno-builtin +#OPTIONS = -DDEBUG -D__MEM_DEBUG -DNO_INLINE_STDARG -fno-builtin OPTIMIZE = -O #OPTIMIZE = -O2 -fomit-frame-pointer #DEBUG = -g2