summaryrefslogtreecommitdiffstats
path: root/src/zstd/.buckconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/zstd/.buckconfig')
-rw-r--r--src/zstd/.buckconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/zstd/.buckconfig b/src/zstd/.buckconfig
new file mode 100644
index 000000000..483f6053b
--- /dev/null
+++ b/src/zstd/.buckconfig
@@ -0,0 +1,9 @@
+[cxx]
+ cppflags = -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=4
+ cflags = -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith
+ cxxppflags = -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=4
+ cxxflags = -std=c++11 -Wno-deprecated-declarations
+ gtest_dep = //contrib/pzstd:gtest
+
+[httpserver]
+ port = 0