Merge pull request #92 from RobDeBagel/patch-1

Remove unnecessary x86 SSE 4.2 popcnt GCC flag
This commit is contained in:
Iceman 2017-03-29 22:48:31 +02:00 committed by GitHub
commit 107b43d31c

View file

@ -7,7 +7,7 @@ include ../common/Makefile.common
CC = gcc
CXX = g++
COMMON_FLAGS += -std=c99 -O3 -mpopcnt -march=native -g
COMMON_FLAGS += -std=c99 -O3 -march=native -g
#VPATH = ../common ../zlib
OBJDIR = obj