We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561a8a2 commit 2cd16a5Copy full SHA for 2cd16a5
CMakeLists.txt
@@ -3,8 +3,6 @@ cmake_minimum_required (VERSION 3.13...3.22)
3
4
project (benchmark VERSION 1.9.1 LANGUAGES CXX)
5
6
-set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address")
7
-
8
option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON)
9
option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)
10
option(BENCHMARK_ENABLE_LTO "Enable link time optimisation of the benchmark library." OFF)
0 commit comments