mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 02:37:02 +08:00
* Don't build fdb c shim with ubsan This avoids duplicate symbols when linking. It doesn't really make sense to assemble files with -fsanitize=undefined anyway, since it won't insert instrumentation. * Consolidate boost_asan with boost_target