From 0c95d8dfac7869ae4258f2080950cae6ea6a647e Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Mon, 09 Apr 2018 10:28:20 +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