diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-05-14 15:23:05 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-05-14 15:23:05 -0400 |
commit | bda4a425da1073ca38b7ccf006d02f65b25a4755 (patch) | |
tree | ba44629a6051a05a16594aa78dff603502bf982f /fly-tools/Makefile | |
parent | 7d76e9aaee9dc40158117e7702b12fe6184e5d11 (diff) |
add changes for histogramming
Diffstat (limited to 'fly-tools/Makefile')
-rw-r--r-- | fly-tools/Makefile | 4 |
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 ) |