More optimalizations and multithreading - 1FPS

This commit is contained in:
Adam Prochazka
2023-04-09 23:48:05 +02:00
parent ae0f8749b5
commit 374a63bc0c
12 changed files with 436 additions and 270 deletions

View File

@ -1,5 +1,5 @@
CC = g++
CFLAGS = -pthread -std=c++11 -Wall -Wextra -pedantic
CFLAGS = -pthread -std=c++11 -Wall -Wextra -pedantic -O3
LDLIBS = -lSDL2 -lSDL2_image
SRCS = $(wildcard *.cpp)