Skip to content

Commit

Permalink
removing this code that I do not understand
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Jan 21, 2025
1 parent e0696b4 commit ca3d8dd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ else()
message(STATUS "native target not supported")
endif()


# set RelWithDebInfo flags as release
set (CMAKE_CXX_FLAGS_RELWITHDEBINFO ${CMAKE_CXX_FLAGS_RELEASE})
set (CMAKE_C_FLAGS_RELWITHDEBINFO ${CMAKE_C_FLAGS_RELEASE})

MESSAGE( STATUS "CMAKE_CXX_FLAGS_DEBUG: " ${CMAKE_CXX_FLAGS_DEBUG} )
MESSAGE( STATUS "CMAKE_CXX_FLAGS_RELEASE: " ${CMAKE_CXX_FLAGS_RELEASE} )
MESSAGE( STATUS "CMAKE_C_FLAGS_DEBUG: " ${CMAKE_C_FLAGS_DEBUG} )
Expand Down

0 comments on commit ca3d8dd

Please sign in to comment.