rt: Disable debug spew in rust_shape
This commit is contained in:
parent
fb196e6ef1
commit
60137273d2
1 changed files with 4 additions and 4 deletions
|
|
@ -11,11 +11,11 @@
|
|||
|
||||
#define ARENA_SIZE 256
|
||||
|
||||
#define DPRINT(fmt,...) fprintf(stderr, fmt, ##__VA_ARGS__)
|
||||
#define DPRINTCX(cx) shape::print::print_cx(cx)
|
||||
//#define DPRINT(fmt,...) fprintf(stderr, fmt, ##__VA_ARGS__)
|
||||
//#define DPRINTCX(cx) shape::print::print_cx(cx)
|
||||
|
||||
//#define DPRINT(fmt,...)
|
||||
//#define DPRINTCX(cx)
|
||||
#define DPRINT(fmt,...)
|
||||
#define DPRINTCX(cx)
|
||||
|
||||
|
||||
namespace shape {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue