aboutsummaryrefslogtreecommitdiff
path: root/fly-tools/Makefile
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-05-14 15:23:05 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-05-14 15:23:05 -0400
commitbda4a425da1073ca38b7ccf006d02f65b25a4755 (patch)
treeba44629a6051a05a16594aa78dff603502bf982f /fly-tools/Makefile
parent7d76e9aaee9dc40158117e7702b12fe6184e5d11 (diff)
add changes for histogramming
Diffstat (limited to 'fly-tools/Makefile')
-rw-r--r--fly-tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fly-tools/Makefile b/fly-tools/Makefile
index ab33ac1..b430235 100644
--- a/fly-tools/Makefile
+++ b/fly-tools/Makefile
@@ -1,7 +1,7 @@
CPPC = g++
CC = gcc
-CFLAGS= -O2 -Wall -s -Wextra -mtune=native
-CPPFLAGS= -O2 -Wall -s -Wextra -mtune=native
+CFLAGS= -O3 -Wall -s -Wextra -march=native
+CPPFLAGS= -O3 -Wall -s -Wextra -march=native
MAGICKCPPFLAGS = $(shell pkg-config --cflags --libs ImageMagick++ gsl)
MAGICKCFLAGS = $(shell pkg-config --cflags --libs MagickWand )
CVBLOBCPPFLAGS = $(shell pkg-config --cflags --libs opencv cvblob )