1*0c16b537SWarner Losh[cxx] 2*0c16b537SWarner Losh cppflags = -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=4 3*0c16b537SWarner Losh cflags = -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith 4*0c16b537SWarner Losh cxxppflags = -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=4 5*0c16b537SWarner Losh cxxflags = -std=c++11 -Wno-deprecated-declarations 6*0c16b537SWarner Losh gtest_dep = //contrib/pzstd:gtest 7*0c16b537SWarner Losh 8*0c16b537SWarner Losh[httpserver] 9*0c16b537SWarner Losh port = 0 10