aboutsummaryrefslogtreecommitdiffstats
path: root/test/makefile
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2010-11-14 17:15:48 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2010-11-14 17:15:48 +0000
commitd9f662d8857c1ae15d72d6212b616a10a5181f67 (patch)
tree5a5e64e12c553d85a251c992ea1cdcbd89503f4c /test/makefile
parentcfcf2b9fc6b091c6db0997c2dea45b701955a696 (diff)
downloadopt-utilities-d9f662d8857c1ae15d72d6212b616a10a5181f67.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@143 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'test/makefile')
-rw-r--r--test/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/makefile b/test/makefile
index 761475c..bebfc9c 100644
--- a/test/makefile
+++ b/test/makefile
@@ -6,7 +6,7 @@ test_optimizer:test_optimizer.cpp
$(CXX) $< -o $@ -I .. -O3 -g
many_dims:many_dims.cpp
- $(CXX) $< -o $@ -I .. -O3 -g
+ $(CXX) $< -o $@ -I .. -O3 -g -p
test_fitter:test_fitter.cpp
$(CXX) $< -o $@ -I .. -O3 -g