Make limited reflection optional (off by default).
authorDavid Reiss <dreiss@apache.org>
Wed, 27 Feb 2008 07:45:05 +0000 (07:45 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 27 Feb 2008 07:45:05 +0000 (07:45 +0000)
commit4ce2874fd50acaff7fa5b0f571098f50623752cc
tree13ff8f760b0cc738314c5d2c0c73b5c2050eff30
parent9db977f5bd83bf7a2c915d1bdd0397e902f52d2f
Make limited reflection optional (off by default).

Limited reflection is deprecated, and it is slowing down compilation.
This change will disable generation of static reflection by default,
but it adds a command line argument to re-enable it.

Tested by running make check and building the C++ test client and server.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665520 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_cpp_generator.cc
test/Makefile.am