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/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ee304954a boards/tiva: Enable LTO for lm3s6432-s2e/nsh
0ee304954a is described below

commit 0ee304954a327394e493703ea78b8f6c221d2868
Author: Xiang Xiao <[email protected]>
AuthorDate: Tue Jul 11 20:54:34 2023 +0800

    boards/tiva: Enable LTO for lm3s6432-s2e/nsh
    
    Signed-off-by: Xiang Xiao <[email protected]>
---
 boards/arm/tiva/lm3s6432-s2e/configs/nsh/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/tiva/lm3s6432-s2e/configs/nsh/defconfig 
b/boards/arm/tiva/lm3s6432-s2e/configs/nsh/defconfig
index 3d1dbf6f20..8ab639a254 100644
--- a/boards/arm/tiva/lm3s6432-s2e/configs/nsh/defconfig
+++ b/boards/arm/tiva/lm3s6432-s2e/configs/nsh/defconfig
@@ -19,6 +19,7 @@ CONFIG_BOARD_LOOPSPERMSEC=4531
 CONFIG_DISABLE_ENVIRON=y
 CONFIG_DISABLE_MQUEUE_SYSV=y
 CONFIG_INIT_ENTRYPOINT="nsh_main"
+CONFIG_LTO_FULL=y
 CONFIG_NET=y
 CONFIG_NETDB_DNSCLIENT=y
 CONFIG_NETDB_DNSCLIENT_ENTRIES=4

Reply via email to