multithreading work (need to make better)

This commit is contained in:
2026-05-26 18:04:12 +02:00
parent e2ffcb972b
commit d499b9bbaa
4 changed files with 126 additions and 21 deletions

View File

@@ -1,6 +1,7 @@
CC := gcc
CFLAGS := -Wall -Wextra -g -fsanitize=address,undefined $(shell sdl2-config --cflags)
CFLAGS += -O3 -march=native
CFLAGS += -O3 -march=native -fopt-info-optimized
#CFLAGS += -fsanitize=address
LDFLAGS := $(shell sdl2-config --libs)
TARGET := game_of_life