Skip to content

Commit

Permalink
Turn back on handle debugging after fixing backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
connectedway committed Jul 18, 2024
1 parent 5cb302a commit c97c4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/debug.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Debug and Test Options
#
option(OFC_HANDLE_DEBUG "Build in debug checks for handles" OFF)
option(OFC_HANDLE_DEBUG "Build in debug checks for handles" ON)
option(OFC_MESSAGE_DEBUG "Build in debug checks for messages" OFF)
option(OFC_APP_DEBUG "Build in debug checks for apps" OFF)
option(OFC_HEAP_DEBUG "Build in debug checks for heap" ON)
Expand Down

0 comments on commit c97c4c3

Please sign in to comment.