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