RGENGC_PROFILE=0
Enabled this flag, maybe accidentally.
This commit is contained in:
parent
2a3324fcd2
commit
93ba3ac036
2
gc.c
2
gc.c
@ -413,7 +413,7 @@ int ruby_rgengc_debug;
|
|||||||
* 2: enable profiling for each types
|
* 2: enable profiling for each types
|
||||||
*/
|
*/
|
||||||
#ifndef RGENGC_PROFILE
|
#ifndef RGENGC_PROFILE
|
||||||
#define RGENGC_PROFILE 1
|
#define RGENGC_PROFILE 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* RGENGC_ESTIMATE_OLDMALLOC
|
/* RGENGC_ESTIMATE_OLDMALLOC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user