Skip to content

Commit

Permalink
build: don't set debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Dec 13, 2023
1 parent 9e35a71 commit 342becd
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 @@ -12,8 +12,6 @@ option(BUILD_DOCS "Build documentation" OFF)
include(FetchContent)
include(CTest)

set(CMAKE_BUILD_TYPE Debug)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
Expand Down

0 comments on commit 342becd

Please sign in to comment.