Allow unused for now
This commit is contained in:
parent
6a2c1f4ea9
commit
6c3d50b6a5
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -28,6 +28,7 @@ LDFLAGS += -m elf64lriscv
|
||||||
|
|
||||||
CFLAGS = -Wall -Werror -O
|
CFLAGS = -Wall -Werror -O
|
||||||
CFLAGS += -Wno-unused-result
|
CFLAGS += -Wno-unused-result
|
||||||
|
CFLAGS += -Wno-unused-variable
|
||||||
CFLAGS += -mcmodel=medany
|
CFLAGS += -mcmodel=medany
|
||||||
CFLAGS += -march=rv64gc -mabi=lp64
|
CFLAGS += -march=rv64gc -mabi=lp64
|
||||||
CFLAGS += -ffreestanding
|
CFLAGS += -ffreestanding
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue