git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16266 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
b8870eaecd
commit
0e36eee1fa
|
@ -25,7 +25,7 @@ endif
|
||||||
|
|
||||||
# Linker extra options here.
|
# Linker extra options here.
|
||||||
ifeq ($(USE_LDOPT),)
|
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
|
endif
|
||||||
|
|
||||||
# Enable this if you want link time optimizations (LTO).
|
# Enable this if you want link time optimizations (LTO).
|
||||||
|
|
Loading…
Reference in New Issue