mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-03-12 00:45:28 +00:00
9 lines
232 B
Plaintext
9 lines
232 B
Plaintext
# Copyright (C) 2019 Intel Corporation. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
CONFIG_STACK_SENTINEL=y
|
|
CONFIG_PRINTK=y
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_BUFFER_SIZE=4096
|
|
CONFIG_THREAD_RUNTIME_STATS=y
|