Skip to content

Commit

Permalink
Removed debugging setting
Browse files Browse the repository at this point in the history
  • Loading branch information
kdewald committed Aug 10, 2023
1 parent e047d4c commit 8e08edb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions simpleble/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR CMAKE_SYSTEM_NAME STREQUAL "iOS")
set_property(TARGET simpleble PROPERTY INSTALL_RPATH @loader_path)
set_property(TARGET simpleble-c PROPERTY INSTALL_RPATH @loader_path)

# TODO -g3 is only for debugging purposes, remove this later
target_compile_options(simpleble PRIVATE "-g3")

else()
message(FATAL_ERROR "-- [ERROR] UNSUPPORTED SYSTEM: ${CMAKE_HOST_SYSTEM_NAME} ${CMAKE_SYSTEM_NAME}")
endif()
Expand Down

0 comments on commit 8e08edb

Please sign in to comment.