c0cb289d57
Summary: Specific changes: 1) Turn on -Werror so all warnings are errors 2) Fix some warnings the above now complains about 3) Add proper dependency support so changing a .h file forces a .c file to rebuild 4) Automatically use fbcode gcc on any internal machine rather than whatever system compiler is laying around 5) Fix jemalloc to once again be used in the builds (seemed like it wasn't being?) 6) Fix issue where 'git' would fail in build_detect_version because of LD_LIBRARY_PATH being set in the third-party build system Test Plan: make, make check, make clean, touch a header file, make sure rebuild is expected Reviewers: dhruba Reviewed By: dhruba Differential Revision: https://reviews.facebook.net/D7887
19 lines
174 B
Plaintext
19 lines
174 B
Plaintext
build_config.mk
|
|
*.a
|
|
*.o
|
|
*.dylib*
|
|
*.so
|
|
*.so.*
|
|
*_test
|
|
*.arc
|
|
*.d
|
|
db_bench
|
|
db_stress
|
|
ldb
|
|
leveldb_server
|
|
leveldb_shell
|
|
manifest_dump
|
|
sst_dump
|
|
util/build_version.cc
|
|
db_repl_stress
|