mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-12-18 04:14:25 -05:00
Compile firmware with -DNOCONSOLE
This commit is contained in:
parent
c90771fe19
commit
df7a26c28c
@ -34,7 +34,7 @@ CC = clang-14
|
|||||||
|
|
||||||
CFLAGS = -target riscv32-unknown-none-elf -march=rv32imc -mabi=ilp32 \
|
CFLAGS = -target riscv32-unknown-none-elf -march=rv32imc -mabi=ilp32 \
|
||||||
-static -std=gnu99 -O2 -ffast-math -fno-common -fno-builtin-printf \
|
-static -std=gnu99 -O2 -ffast-math -fno-common -fno-builtin-printf \
|
||||||
-fno-builtin-putchar -nostdlib -mno-relax -Wall -flto
|
-fno-builtin-putchar -nostdlib -mno-relax -Wall -flto -DNOCONSOLE
|
||||||
|
|
||||||
AS = clang-14
|
AS = clang-14
|
||||||
ASFLAGS = -target riscv32-unknown-none-elf -march=rv32imc -mabi=ilp32 -mno-relax
|
ASFLAGS = -target riscv32-unknown-none-elf -march=rv32imc -mabi=ilp32 -mno-relax
|
||||||
|
Loading…
Reference in New Issue
Block a user