mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 10:11:58 +08:00
Merge pull request #92 from RobDeBagel/patch-1
Remove unnecessary x86 SSE 4.2 popcnt GCC flag
This commit is contained in:
commit
107b43d31c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue