From 198b4287f722a7dc7894b2ba5e96312ee6d81e35 Mon Sep 17 00:00:00 2001 From: Alexey <AlexeyAB@users.noreply.github.com> Date: Sun, 08 Apr 2018 21:54:41 +0000 Subject: [PATCH] Update Readme.md --- 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