Skip to content

Commit

Permalink
Change RelWithDebInfo to Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Camarero Vera committed May 6, 2022
1 parent ea3bad2 commit 476d199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ message(STATUS "Setting support for c++17")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")

if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING "" FORCE)
set(CMAKE_BUILD_TYPE "Debug" CACHE STRING "" FORCE)
endif()

# CTA continue using the old ABI, so we should force it. This command only works on cmake3,
Expand Down

0 comments on commit 476d199

Please sign in to comment.