Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenyhraz committed Apr 29, 2024
1 parent 72bd9dc commit 747131c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ option(CI "" OFF)
if(CI OR DEFINED ENV{CI})
message(STATUS "CI: ON")
set(ENABLE_COVERAGE ON)
set(ENABLE_SANITIZER ON)
set(ENABLE_PROFILING OFF)
set(CMAKE_UNITY_BUILD OFF)
endif()

# compiler flags
Expand Down

0 comments on commit 747131c

Please sign in to comment.