@@ -1,2 +1,2 @@
build/
main
game_of_life
@@ -1,5 +1,6 @@
CC := gcc
CFLAGS := -Wall -Wextra -g -fsanitize=address,undefined $(shell sdl2-config --cflags)
CFLAGS += -O3 -march=native
LDFLAGS := $(shell sdl2-config --libs)
TARGET := game_of_life
The note is not visible to the blocked user.