Skip to content

Commit

Permalink
WIP: try RUBY_DEBUG=1
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1 committed Aug 21, 2023
1 parent 762a341 commit 9222542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ruby/assert.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* - `(!!n)-1` (== `1-1` == `0`) when RUBY_DEBUG is defined as something else.
*/
#if ! defined(RUBY_DEBUG)
# define RBIMPL_RUBY_DEBUG 0
# define RBIMPL_RUBY_DEBUG 1
#elif !!RUBY_DEBUG-1 < 0
# define RBIMPL_RUBY_DEBUG 0
#else
Expand Down

0 comments on commit 9222542

Please sign in to comment.