X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2FMakefile;h=9812eac3e7fee87f4a76466e32c21f620f22e0e9;hb=f485a898fccde5f6beb9d9b31be4afe973ad627b;hp=033d2db784931cc4fc64ef14d2986ec3d8c737c0;hpb=c962841f40d731bd67b143468504c39748792923;p=SXSI%2Flibcds.git diff --git a/src/Makefile b/src/Makefile index 033d2db..9812eac 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,13 +2,13 @@ CPP=g++ POPCOUNT=$(shell grep -q popcnt /proc/cpuinfo && echo 1) ifeq ($(POPCOUNT), 1) - POPCOUNT_FLAG=-DHAS_NATIVE_POPCOUNT + POPCOUNT_FLAG=-DHAS_NATIVE_POPCOUNT -mpopcnt else #POPCOUNT_FLAG=-DHAS_POPCOUNT_TABLE POPCOUNT_FLAG= endif -CPPFLAGS=-O3 -Wall -DNDEBUG -fno-PIC $(POPCOUNT_FLAG) -flto +CPPFLAGS=-O3 -Wall -DNDEBUG -fno-PIC $(POPCOUNT_FLAG) -g -msse INCL=-I../includes/