diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-11-14 17:15:48 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-11-14 17:15:48 +0000 |
commit | d9f662d8857c1ae15d72d6212b616a10a5181f67 (patch) | |
tree | 5a5e64e12c553d85a251c992ea1cdcbd89503f4c /test/makefile | |
parent | cfcf2b9fc6b091c6db0997c2dea45b701955a696 (diff) | |
download | opt-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/makefile | 2 |
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 |