git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16266 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2023-05-26 09:01:41 +00:00
parent b8870eaecd
commit 0e36eee1fa
1 changed files with 1 additions and 1 deletions

View File

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