]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: disable VTA on options.cc 17393/head
authorKefu Chai <kchai@redhat.com>
Thu, 31 Aug 2017 10:15:28 +0000 (18:15 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 31 Aug 2017 10:21:39 +0000 (18:21 +0800)
commit4bb56402a6d6f642d54f329aa1e809cbe044e0c6
treec217370bd3229346f04d5cf24dcd056edb3b51d4
parentd0f6580a83dd3ef6fdf4c67c289496c2b185197c
cmake: disable VTA on options.cc

to silence following warning and to avoid compiling this file twice:

ceph/src/common/options.cc: In function ‘std::vector<Option> get_global_options()’:
ceph/src/common/options.cc:151:21: note: variable tracking
size limit exceeded with -fvar-tracking-assignments, retrying without
 std::vector<Option> get_global_options() {
                     ^~~~~~~~~~~~~~~~~~

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt