diff --git a/.cirrus.yml b/.cirrus.yml index e83a047..b24589b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,6 +3,6 @@ env: freebsd_14_task: freebsd_instance: - image: freebsd-14-2 + image_family: freebsd-14-2 build_script: - ./build.sh + - ./build.sh diff --git a/src/cblockd/Makefile b/src/cblockd/Makefile index 0e2195a..1cda808 100644 --- a/src/cblockd/Makefile +++ b/src/cblockd/Makefile @@ -1,3 +1,4 @@ +# CC ?= cc CFLAGS = -Wall -fsanitize=address -fstack-protector -g -I $(PREFIX)/include -I../include/ TARGETS = cblockd