Workers now operate on columns of the image

This commit is contained in:
2024-10-08 23:53:14 +02:00
parent 565ae7e5cf
commit a85b5eae4b
5 changed files with 157 additions and 111 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ else
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)
EXT =
CFLAGS = -O2 -ggdb -I3p/glad/include #-fsanitize=address,undefined
CFLAGS = -O2 -ggdb -I3p/glad/include -fsanitize=thread,undefined
LDFLAGS = -lglfw -lm
endif
ifeq ($(UNAME_S),Darwin)