From 4aef2612585ad0cd74b415744c8b6d3aed224e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Fri, 6 May 2005 05:06:11 +0000 Subject: [PATCH] added a flag to the test makefile [SVN r28683] --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index f12b590..f25b5e4 100755 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ BOOST = ../../.. -CXX = gcc -EXTRAFLAGS = -pedantic -Wno-long-long -ftemplate-depth-50 +CXX = g++ +EXTRAFLAGS = -pedantic -Wno-long-long -Wno-long-double -ftemplate-depth-50 LIBS = -lstdc++ #CXX = KCC