Eric Smith 53fbff5
diff -up libkdtree++_0.7.0/examples/Makefile.examples-optflags libkdtree++_0.7.0/examples/Makefile
Eric Smith 53fbff5
--- libkdtree++_0.7.0/examples/Makefile.examples-optflags	2012-06-22 16:06:08.606979679 -0700
Eric Smith 53fbff5
+++ libkdtree++_0.7.0/examples/Makefile	2012-06-22 16:06:37.839978228 -0700
Eric Smith 53fbff5
@@ -1,10 +1,10 @@
Eric Smith 53fbff5
 all: test_kdtree test_hayne
Eric Smith 53fbff5
 
Eric Smith 53fbff5
 test_kdtree: test_kdtree.cpp
Eric Smith 53fbff5
-	g++ -I.. -Wall -ansi -pedantic -g -O2 -o test_kdtree test_kdtree.cpp
Eric Smith 53fbff5
+	g++ -I.. $(CPPFLAGS) -o test_kdtree test_kdtree.cpp
Eric Smith 53fbff5
 
Eric Smith 53fbff5
 test_hayne: test_hayne.cpp
Eric Smith 53fbff5
-	g++ -I.. -Wall -ansi -pedantic -g -O2 -o test_hayne test_hayne.cpp
Eric Smith 53fbff5
+	g++ -I.. $(CPPFLAGS) -o test_hayne test_hayne.cpp
Eric Smith 53fbff5
 
Eric Smith 53fbff5
 all_gcc: test_kdtree-gcc3.4 test_kdtree-gcc4.3 test_kdtree-gcc4.2
Eric Smith 53fbff5