]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: disable VTA on options.cc 18135/head
authorKefu Chai <kchai@redhat.com>
Thu, 31 Aug 2017 10:15:28 +0000 (18:15 +0800)
committerSage Weil <sage@redhat.com>
Thu, 5 Oct 2017 20:43:06 +0000 (15:43 -0500)
commitee5b9ea46c8b1e831c60f9cc0b10819b14d5efb8
tree36f39e620469dcd159081d1379e563b3fb33a0c2
parent66af04cd9b61d482362361cb3b12af2d8ffa462c
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>
(cherry picked from commit 4bb56402a6d6f642d54f329aa1e809cbe044e0c6)
src/CMakeLists.txt