Skip to content
Snippets Groups Projects
Commit 476d199a authored by Jorge Camarero Vera's avatar Jorge Camarero Vera
Browse files

Change RelWithDebInfo to Debug

parent ea3bad24
Branches
Tags
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment