cropping fix

This commit is contained in:
root
2017-07-23 11:40:40 +01:00
parent ff0efbff90
commit 8277fc820e
4 changed files with 16 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ SHELL = /bin/sh
CC = gcc
CXX = g++
CFLAGS = -Wall -O3 -s -ffast-math
CFLAGS = -Wall -O3 -s -ffast-math -DCROPPING
CXXFLAGS = -Wall -O3 -s -ffast-math
LIBS = -lm -lpthread -ldl