mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-02-25 09:01:20 -05:00
build with -0s
This commit is contained in:
parent
a1e3172d95
commit
0a1b0f2262
@ -38,7 +38,7 @@ OBJCOPY ?= llvm-objcopy
|
||||
CC = clang
|
||||
|
||||
CFLAGS = -target riscv32-unknown-none-elf -march=rv32iczmmul -mabi=ilp32 \
|
||||
-static -std=gnu99 -O2 -ffast-math -fno-common -fno-builtin-printf \
|
||||
-static -std=gnu99 -Os -ffast-math -fno-common -fno-builtin-printf \
|
||||
-fno-builtin-putchar -fno-builtin-memcpy -nostdlib -mno-relax -Wall \
|
||||
-Wpedantic -Wno-language-extension-token -flto -g -DNOCONSOLE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user