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