mirror of
https://github.com/aprochazka/ProfilometerProbe.git
synced 2025-10-27 18:54:40 +01:00
More optimalizations and multithreading - 1FPS
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user