-mno-align-long-strings can make things smaller, so lets use it in hopes
that it does here.
This commit is contained in:
parent
4c6fe2d7af
commit
355bae9314
@ -36,6 +36,7 @@ BOOT2_UFS?= UFS1_AND_UFS2
|
||||
|
||||
CFLAGS= -elf -ffreestanding -Os -fno-builtin \
|
||||
-fno-guess-branch-probability -fomit-frame-pointer\
|
||||
-mno-align-long-strings \
|
||||
-mrtd \
|
||||
-D${BOOT2_UFS} \
|
||||
-I${.CURDIR}/../../common \
|
||||
|
@ -36,6 +36,7 @@ BOOT2_UFS?= UFS1_AND_UFS2
|
||||
|
||||
CFLAGS= -elf -ffreestanding -Os -fno-builtin \
|
||||
-fno-guess-branch-probability -fomit-frame-pointer\
|
||||
-mno-align-long-strings \
|
||||
-mrtd \
|
||||
-D${BOOT2_UFS} \
|
||||
-I${.CURDIR}/../../common \
|
||||
|
Loading…
Reference in New Issue
Block a user