We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71e948 commit c90921fCopy full SHA for c90921f
google_benchmark/cmake/Codspeed.cmake
@@ -12,9 +12,6 @@ target_compile_definitions(
12
)
13
14
if(DEFINED CODSPEED_MODE)
15
- # Define a preprocessor macro based on the build mode
16
- if(CODSPEED_MODE STREQUAL "instrumentation")
17
- target_compile_definitions(codspeed INTERFACE -DCODSPEED_INSTRUMENTATION)
18
# Define a preprocessor macro based on the build mode
19
if(CODSPEED_MODE STREQUAL "instrumentation")
20
target_compile_definitions(
0 commit comments