Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed May 8, 2024
1 parent e39f96f commit fffe53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ratemon/runtime/c/ratemon.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define __RATEMON_H

// Comment out the below line to disable verbose logging.
#define RM_VERBOSE
// #define RM_VERBOSE

#ifdef RM_VERBOSE
#define RM_PRINTF(...) printf(__VA_ARGS__)
Expand Down

0 comments on commit fffe53a

Please sign in to comment.