pass pedantic

This commit is contained in:
tqchen
2014-08-28 08:40:34 -07:00
parent 8100006483
commit 776e4627de
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ export CC = gcc
export CXX = g++
export LDFLAGS= -pthread -lm
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fPIC
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fPIC
ifeq ($(no_omp),1)
CFLAGS += -DDISABLE_OPENMP