From 789fa657120018b89e0ef303e67012bf020c230b Mon Sep 17 00:00:00 2001 From: Eddie Elizondo Date: Tue, 1 Aug 2017 09:11:42 -0700 Subject: [PATCH] Compiler: Enable partial use of mstch-cpp2 Summary: Make all the changes in thrift to enable the use of mstch-cpp2. For now, if any cpp2 flag is present, it will fallback to the python genenerator (i.e. t_cpp_generator.py) Reviewed By: yfeldblum Differential Revision: D5464216 fbshipit-source-id: 287618fbf3b2dcc3142e305e648e48b1ebb762c1 --- eden/fs/service/TARGETS | 1 + 1 file changed, 1 insertion(+) diff --git a/eden/fs/service/TARGETS b/eden/fs/service/TARGETS index a6ae77a05d..aa16af18e6 100644 --- a/eden/fs/service/TARGETS +++ b/eden/fs/service/TARGETS @@ -96,6 +96,7 @@ thrift_library( name = "thrift-streaming", languages = ["cpp2"], thrift_args = ["--strict"], + thrift_cpp2_options = "py_generator", thrift_srcs = { "streamingeden.thrift": [ "StreamingEdenService",