4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++1,539 forks (1,539 forks)batch import
enhancementgood first issue
Repository metrics
- Stars
- 7,968 stars (7,968 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Is your feature request related to a problem? Please describe.
BENCHMARK_ENABLE_LTO=true is recommended by the README.md. It should likely be the default if we think it is that important.
Contributor guide
- Research direction
- Find the CMake option definition for BENCHMARK ENABLE LTO in the CMakeLists.txt file and change its default value from false to true.
- Tech stack
- cpp
- Domain
- performance
- Issue type
- Feature
- Prerequisites
- CMake