aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile
diff options
context:
space:
mode:
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)