jitterbug/config.h

13 lines
230 B
C
Raw Permalink Normal View History

2023-01-16 02:20:53 +02:00
#ifndef __JITTERBUG_CONFIG_H
#define __JITTERBUG_CONFIG_H
#ifdef JB_PRESET_DEBUG
#define JB_ENABLE_TRY_TRACE
#define JB_ENABLE_VERBOSE
#define JB_ENABLE_WARN
#endif
2023-01-16 16:04:09 +02:00
#define JB_ENABLE_BRANCH_HINTS
2023-01-16 02:20:53 +02:00
#endif // __JITTERBUG_CONFIG_H