mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-01-23 13:51:07 -05:00
Use pedantic warnings
Use pedantic warnings but still allow inline assembly, so turn off language-extension-token warnings.
This commit is contained in:
parent
e085d0ebd0
commit
746d7f0e0d
@ -36,7 +36,7 @@ CC = clang
|
||||
CFLAGS = -target riscv32-unknown-none-elf -march=rv32iczmmul -mabi=ilp32 \
|
||||
-static -std=gnu99 -O2 -ffast-math -fno-common -fno-builtin-printf \
|
||||
-fno-builtin-putchar -fno-builtin-memcpy -nostdlib -mno-relax -Wall \
|
||||
-flto -g -DNOCONSOLE
|
||||
-Wpedantic -Wno-language-extension-token -flto -g -DNOCONSOLE
|
||||
|
||||
AS = clang
|
||||
ASFLAGS = -target riscv32-unknown-none-elf -march=rv32iczmmul -mabi=ilp32 -mno-relax
|
||||
|
Loading…
Reference in New Issue
Block a user