Skip to content

Commit 2cd16a5

Browse files
committed
fix typo
1 parent 561a8a2 commit 2cd16a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ cmake_minimum_required (VERSION 3.13...3.22)
33

44
project (benchmark VERSION 1.9.1 LANGUAGES CXX)
55

6-
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address")
7-
86
option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON)
97
option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)
108
option(BENCHMARK_ENABLE_LTO "Enable link time optimisation of the benchmark library." OFF)

0 commit comments

Comments
 (0)