some fix and better benshmarking

This commit is contained in:
2026-05-26 23:47:56 +02:00
parent d499b9bbaa
commit c98385485e
4 changed files with 101 additions and 64 deletions

View File

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