Disable warning as error

This commit is contained in:
sdong 2019-10-31 14:42:34 -07:00
parent b142adf735
commit 7a8cee8fa3

View File

@ -39,7 +39,6 @@ if test -z $PIC_BUILD; then
LZ4_LIBS=" $LZ4_BASE/lib/liblz4.a" LZ4_LIBS=" $LZ4_BASE/lib/liblz4.a"
CFLAGS+=" -DLZ4" CFLAGS+=" -DLZ4"
fi fi
CFLAGS+=" -DZSTD"
# location of gflags headers and libraries # location of gflags headers and libraries
GFLAGS_INCLUDE=" -I $GFLAGS_BASE/include/" GFLAGS_INCLUDE=" -I $GFLAGS_BASE/include/"