Skip to content

Commit

Permalink
CMake.
Browse files Browse the repository at this point in the history
  • Loading branch information
hriener committed Oct 18, 2018
1 parent 2b1793c commit 6e6ecd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ file(GLOB FILENAMES *.cpp)

# No debugging and optimization for benchmark test
set(BENCHMARK_ENABLE_TESTING OFF CACHE BOOL "Enable testing of the benchmark library." FORCE)
set(CMAKE_BUILD_TYPE "Release")
#set(CMAKE_BUILD_TYPE "Release")
add_subdirectory(benchmark)

foreach(FILENAME ${FILENAMES})
Expand Down

0 comments on commit 6e6ecd0

Please sign in to comment.