mirror of
https://github.com/aprochazka/ProfilometerProbe.git
synced 2025-06-30 17:47:20 +02: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