Skip to content

Commit

Permalink
main.c: RUBY_DEBUG_ENV in devel
Browse files Browse the repository at this point in the history
* main.c (RUBY_DEBUG_ENV): default to enabled in the development
  version.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Jun 30, 2017
1 parent 703675d commit 24171da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.c
Expand Up @@ -15,6 +15,9 @@
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
#if RUBY_DEVEL && !defined RUBY_DEBUG_ENV
# define RUBY_DEBUG_ENV 1
#endif
#if defined RUBY_DEBUG_ENV && !RUBY_DEBUG_ENV
# undef RUBY_DEBUG_ENV
#endif
Expand Down

0 comments on commit 24171da

Please sign in to comment.