Add kernel_heap_monitor as the default feature
This commit is contained in:
parent
473eec584e
commit
0c9a44fc60
@ -41,7 +41,7 @@ modular-bitfield = "0.11.2"
|
||||
sgx_tstd = { path = "../../deps/rust-sgx-sdk/sgx_tstd" }
|
||||
|
||||
[features]
|
||||
default = ["integrity_only_opt", "sgx_file_cache", "sgx1_exception_sim"]
|
||||
default = ["integrity_only_opt", "sgx_file_cache", "sgx1_exception_sim", "kernel_heap_monitor"]
|
||||
syscall_timing = [] # Timing for each syscall. But it has cost from more ocall.
|
||||
integrity_only_opt = [] # Clear bss only. It should be disabled if checking memory reads.
|
||||
sgx_file_cache = [] # Cache SgxFile objects. Invalidation is unimplemented.
|
||||
|
Loading…
Reference in New Issue
Block a user