@@ -1,5 +1,5 @@
CC = clang
CFLAGS = -O2 -Wall -Wextra -Wno-c2x-extensions
CC = zig cc
CFLAGS = -O2 -std=c23 #-Wall -Wextra -Wno-c2x-extensions
test_array:
$(CC) $(CFLAGS) -o test_array test_array.c libkeke_array.c
./test_array
The note is not visible to the blocked user.