From 2ce6460c79e06caa33eab3991ee3e7fd9f0909d6 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Tue, 10 Apr 2018 18:08:24 +0000 Subject: [PATCH] Remove truth only if smaller than 1x1 pix during training --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 2c5fdb6..986759f 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ OPTS=-Ofast LDFLAGS= -lm -pthread COMMON= -CFLAGS=-Wall -Wfatal-errors +CFLAGS=-Wall -Wfatal-errors -ffp-contract=fast -mavx ifeq ($(DEBUG), 1) OPTS=-O0 -g -- Gitblit v1.10.0