From 0e36eee1fa7a18255dab0eb2a06e77fa0d23d537 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 26 May 2023 09:01:41 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16266 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/sb/apps/msh/make/msh-ram.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/sb/apps/msh/make/msh-ram.make b/os/sb/apps/msh/make/msh-ram.make index d7d66b3e5..c0befce90 100644 --- a/os/sb/apps/msh/make/msh-ram.make +++ b/os/sb/apps/msh/make/msh-ram.make @@ -25,7 +25,7 @@ endif # Linker extra options here. ifeq ($(USE_LDOPT),) - USE_LDOPT = -q -Wl,-zmax-page-size=512,--no-warn-rwx-segment + USE_LDOPT = -q -Wl,-zmax-page-size=512#,--no-warn-rwx-segment endif # Enable this if you want link time optimizations (LTO).