2017-01-26 23:56:34 +00:00
|
|
|
[cxx]
|
2017-03-13 21:44:08 +00:00
|
|
|
cppflags = -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=4
|
2017-01-26 23:56:34 +00:00
|
|
|
cflags = -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith
|
2017-03-13 21:44:08 +00:00
|
|
|
cxxppflags = -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=4
|
2017-03-06 03:36:56 +00:00
|
|
|
cxxflags = -std=c++11 -Wno-deprecated-declarations
|
2017-01-26 23:56:34 +00:00
|
|
|
gtest_dep = //contrib/pzstd:gtest
|
|
|
|
|
|
|
|
[httpserver]
|
|
|
|
port = 0
|