diff Makefile @ 6:188facdd5a60

Still buggy. Need a better way to precompute RBFs.
author Jordi Guitérrez Hermoso <jordigh@gmail.com>
date Sun, 29 Jun 2008 05:00:15 -0500
parents 9d4fda54a41d
children d0076d9b2ef1
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CPP = g++
-LINKING = -lgsl -lgslcblas  
-CFLAGS = -g
+LINKING = -lgsl -lgslcblas  -pg
+CFLAGS = -pg
 OPTIONS = -Wall -pedantic  -W -Werror -Wconversion -Wshadow \
 	  -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings  \
 	  -fshort-enums -fno-common -Wfatal-errors