sapling/.buckconfig

28 lines
740 B
Plaintext
Raw Normal View History

[alias]
eden = //eden/cli:all
eden-cli = //eden/cli:cli
eden-daemon = //eden/fs/service:edenfs
[buildfile]
name = TARGETS
includes = //DEFS
# This is a nonstandard .buckconfig option. This is used with read_config().
[codebase]
mode = public
[thrift]
compiler = external/thrift.sh
cpp2_library = //external:thriftcpp2
cpp_reflection_library = //external:thriftcpp2
python_library = //external:thriftpy
[cxx]
gtest_dep = //external:gtest_main
cache_links = false
# TODO: It would be nice to fix the code so we can drop
# -Wno-unused-variable and -Wno-sign-compare
cxxflags = -std=gnu++1z -g -Werror -Wall \
-Wno-unused-parameter -Wno-unused-variable -Wno-sign-compare \
-Wno-unused-but-set-variable