Archived
Move d_m3EnableWasiTracing to m3_config.h
This commit is contained in:
@@ -17,10 +17,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef d_m3EnableWasiTracing
|
||||
# define d_m3EnableWasiTracing 0
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
# include <crt_externs.h>
|
||||
# define environ (*_NSGetEnviron())
|
||||
|
||||
@@ -80,6 +80,10 @@
|
||||
# define d_m3EnableOpTracing 0 // only works with DEBUG
|
||||
# endif
|
||||
|
||||
# ifndef d_m3EnableWasiTracing
|
||||
# define d_m3EnableWasiTracing 0
|
||||
# endif
|
||||
|
||||
# ifndef d_m3EnableStrace
|
||||
# define d_m3EnableStrace 0 // 1 - trace exported function calls
|
||||
// 2 - trace all calls (structured) - requires DEBUG
|
||||
|
||||
Reference in New Issue
Block a user