diff options
author | Andrew Morrow <acm@mongodb.com> | 2017-05-20 11:11:53 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2017-05-24 23:41:24 -0400 |
commit | dab9d2681c07717eeb97ba5bf2875c1e39518782 (patch) | |
tree | 24dc95258ee3087c4a3ba2bbdd5a7d37f7cf0ef8 /src/mongo/db/fts/ftsmongod.cpp | |
parent | 173463532abfa79c980579a3b1605e5716e616cb (diff) | |
download | mongo-dab9d2681c07717eeb97ba5bf2875c1e39518782.tar.gz |
SERVER-29220 Default to archive based linking
Diffstat (limited to 'src/mongo/db/fts/ftsmongod.cpp')
-rw-r--r-- | src/mongo/db/fts/ftsmongod.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/fts/ftsmongod.cpp b/src/mongo/db/fts/ftsmongod.cpp new file mode 100644 index 00000000000..c2b5648d56f --- /dev/null +++ b/src/mongo/db/fts/ftsmongod.cpp @@ -0,0 +1,2 @@ +// This file intentionally blank. ftsmongod.cpp exists to anchor construction of the ftsmongod +// library, which would otherwise have no object files. |