> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar  1 12:35:11 UTC 2024 x86_64 GNU/Linux
 12:30:37  up  22:06,  2 users,  load average: 0.42, 0.45, 0.71
This commit is contained in:
tracer-ysyx 2024-03-26 12:30:37 +08:00 committed by xinyangli
parent 2b11bd5800
commit fd57268a56

View file

@ -180,12 +180,12 @@ config MTRACE_RANGE_MAX
config FTRACE
depends on TRACE && TARGET_NATIVE_ELF && ENGINE_INTERPRETER
bool "Enable function tracing"
default y
default n
config FTRACE_STACK_SIZE
depends on FTRACE
int "Max function track stack size"
default 100
default 256
config FTRACE_LOG
depends on FTRACE