Skip to content

Commit

Permalink
Add RAYAOP_DEBUG definition in rayaop.c
Browse files Browse the repository at this point in the history
A RAYAOP_DEBUG definition is added into the rayaop.c file. This will help in debugging processes related to the RayAOP extension.
  • Loading branch information
koriym committed Jul 11, 2024
1 parent 62e5c9d commit cc316fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rayaop.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#define RAYAOP_QUIET 0
#endif

// #define RAYAOP_DEBUG

#include "php_rayaop.h" /* Include header file for RayAOP extension */

/* Declaration of module global variables */
Expand Down

0 comments on commit cc316fe

Please sign in to comment.