]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: make "-ftemplate-backtrace-limit=0" PUBILC
authorKefu Chai <kchai@redhat.com>
Mon, 17 Sep 2018 02:45:42 +0000 (10:45 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 9 Oct 2018 09:39:40 +0000 (17:39 +0800)
so we can debug the template when linking against crimson.

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

index 48ec8b75c90801dddd0ff19f66593377e13a1547..c7f67b4f3581a490ee6071cdd90af8f929c0dcbb 100644 (file)
@@ -127,7 +127,7 @@ add_library(crimson STATIC
   ${crimson_net_srcs}
   ${crimson_thread_srcs}
   ${CMAKE_SOURCE_DIR}/src/common/buffer_seastar.cc)
-target_compile_options(crimson PRIVATE
+target_compile_options(crimson PUBLIC
   "-ftemplate-backtrace-limit=0")
 target_link_libraries(crimson
   PUBLIC