Commit 0bc0ad7e by Tianqi Chen

simplify makefile

parent 9afe7c11
...@@ -10,8 +10,7 @@ endif ...@@ -10,8 +10,7 @@ endif
include $(config) include $(config)
export LDFLAGS = -pthread -lm export LDFLAGS = -pthread -lm
export CFLAGS = -std=c++11 -Wall -O2 -msse2 -Wno-unknown-pragmas -funroll-loops\ export CFLAGS = -std=c++11 -Wall -O2 -Iinclude -fPIC
-Iinclude -fPIC
ifneq ($(ADD_CFLAGS), NONE) ifneq ($(ADD_CFLAGS), NONE)
CFLAGS += $(ADD_CFLAGS) CFLAGS += $(ADD_CFLAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment