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).