picrin/include/picconf.h

15 lines
158 B
C

#ifndef PICCONF_H__
#define PICCONF_H__
#define DEBUG 1
#if DEBUG
# define OBJECT_CREATION_DEBUG 1
# define GC_DEBUG 1
# define VM_DEBUG 1
#endif
#endif