This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new ba08c7700 interpreters/wamr/Kconfig: enable text heap when necessary
ba08c7700 is described below

commit ba08c7700084401f6ad9aee04984001dfe015297
Author: YAMAMOTO Takashi <yamam...@midokura.com>
AuthorDate: Wed May 25 12:46:47 2022 +0900

    interpreters/wamr/Kconfig: enable text heap when necessary
---
 interpreters/wamr/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/interpreters/wamr/Kconfig b/interpreters/wamr/Kconfig
index d15c8df75..c4fcc0436 100644
--- a/interpreters/wamr/Kconfig
+++ b/interpreters/wamr/Kconfig
@@ -33,6 +33,7 @@ endif
 
 config INTERPRETERS_WAMR_AOT
        bool "Enable AOT"
+       select ARCH_USE_TEXT_HEAP if ARCH_HAVE_TEXT_HEAP
        default n
 
 choice

Reply via email to