Skip to content

Commit

Permalink
[3.x] Fix tickle handler
Browse files Browse the repository at this point in the history
Debugging was enabled by default in `meson_options.txt` in 3.x branch causing tickles to not be sent out.
  • Loading branch information
NJRoadfan authored and rdmark committed Sep 22, 2024
1 parent c21cbe2 commit 742fb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ option(
option(
'with-debugging',
type: 'boolean',
value: true,
value: false,
description: 'Enable SIGALARM timers and DSI tickles (eg for debugging with gdb/dbx/...)',
)
option(
Expand Down

0 comments on commit 742fb9b

Please sign in to comment.