Sha256: 65b2283c19bcaa980ff5dd9f06e6939d88640a9570e61fe66cc531efcfe224f1

Contents?: true

Size: 275 Bytes

Versions: 21

Compression:

Stored size: 275 Bytes

Contents

if(CMAKE_CXX_COMPILER_ID MATCHES ".*Clang")
  option(ENABLE_BUILD_WITH_TIME_TRACE "Enable -ftime-trace to generate time tracing .json files on clang" OFF)
  if(ENABLE_BUILD_WITH_TIME_TRACE)
    target_compile_options(project_options INTERFACE -ftime-trace)
  endif()
endif()

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
couchbase-3.5.5 ext/couchbase/cmake/BuildTracing.cmake
couchbase-3.5.4 ext/couchbase/cmake/BuildTracing.cmake
couchbase-3.5.3 ext/couchbase/cmake/BuildTracing.cmake
couchbase-3.5.2 ext/couchbase/cmake/BuildTracing.cmake
couchbase-3.5.1 ext/couchbase/cmake/BuildTracing.cmake
couchbase-3.5.0 ext/couchbase/cmake/BuildTracing.cmake
couchbase-3.4.5 ext/couchbase/cmake/BuildTracing.cmake
couchbase-3.4.4 ext/couchbase/cmake/BuildTracing.cmake
couchbase-3.4.3 ext/couchbase/cmake/BuildTracing.cmake
couchbase-3.4.2 ext/couchbase/cmake/BuildTracing.cmake
couchbase-3.4.1 ext/couchbase/cmake/BuildTracing.cmake
couchbase-3.4.0 ext/couchbase/cmake/BuildTracing.cmake
couchbase-3.3.0 ext/couchbase/cmake/BuildTracing.cmake
couchbase-3.2.0-universal-darwin-20 ext/cmake/BuildTracing.cmake
couchbase-3.2.0 ext/cmake/BuildTracing.cmake
couchbase-3.1.1 ext/cmake/BuildTracing.cmake
couchbase-3.1.1-universal-darwin-20 ext/cmake/BuildTracing.cmake
couchbase-3.1.0 ext/cmake/BuildTracing.cmake
couchbase-3.0.3 ext/cmake/BuildTracing.cmake
couchbase-3.0.3-universal-darwin-20 ext/cmake/BuildTracing.cmake