update cheri article

This commit is contained in:
2022-11-22 00:13:56 +00:00
parent f88766280a
commit 25594e233e
3 changed files with 45 additions and 34 deletions

View File

@ -1,4 +1,4 @@
CFLAGS += -Wall -g -fno-stack-protector
CFLAGS += -Wall -g -fno-stack-protector -O0
CC ?= clang
PURECAP_CC ?= ~/cheri/output/sdk/utils/cheribsd-riscv64-purecap-clang