mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-07-24 15:35:23 -04:00
fw: optimize for speed (-O2) instead of size (-Os)
Signed-off-by: Daniel Lublin <daniel@lublin.se>
This commit is contained in:
parent
957df5e6b4
commit
5fe7ba7f9d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ OBJCOPY ?= llvm-objcopy
|
|||
CC = clang
|
||||
|
||||
CFLAGS = -target riscv32-unknown-none-elf -march=rv32iczmmul -mabi=ilp32 \
|
||||
-static -std=gnu99 -Os -ffast-math -fno-common -fno-builtin-printf \
|
||||
-static -std=gnu99 -O2 -ffast-math -fno-common -fno-builtin-printf \
|
||||
-fno-builtin-putchar -fno-builtin-memcpy -nostdlib -mno-relax -Wall \
|
||||
-flto -DNOCONSOLE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue