diff --git a/Makefile b/Makefile index e73cba047db0..7318d1c48fd6 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,7 @@ endif include $(config) export LDFLAGS = -pthread -lm -export CFLAGS = -std=c++11 -Wall -O2 -msse2 -Wno-unknown-pragmas -funroll-loops\ - -Iinclude -fPIC +export CFLAGS = -std=c++11 -Wall -O2 -Iinclude -fPIC ifneq ($(ADD_CFLAGS), NONE) CFLAGS += $(ADD_CFLAGS)