aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-10-28 16:32:42 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-10-28 16:32:42 +0000
commit4f7f2c239904be0af4ee96d1565dd336d2e287a9 (patch)
tree20c99974bf972813442a1dcb72684805a30abbdf /example/Makefile
parent3de58cdbfed2bedef00f791994398b5ba13321f4 (diff)
downloadopt-utilities-4f7f2c239904be0af4ee96d1565dd336d2e287a9.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@88 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/Makefile b/example/Makefile
index dc05276..fe3e168 100644
--- a/example/Makefile
+++ b/example/Makefile
@@ -4,10 +4,10 @@ all:$(target)
test_optimizer:test_optimizer.cpp
- g++ -o $@ $< -I ../ -O2 -g
+ g++ -o $@ $< -I ../ -O3 -g
test_fitter:test_fitter.cpp
- g++ -o $@ $< -I ../ -O2 -g
+ g++ -o $@ $< -I ../ -O3 -g
clean:
rm -f $(target)