From 093ffe93d0ab486229e36b2a97466ddd51e9fd0e Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 28 Apr 2025 13:37:13 -0400 Subject: parallelize compressor filter with openmp --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6ba8c06..3673140 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -CFLAGS = -std=c99 -I ./ -Wall -Wextra -pedantic -Wno-deprecated-declarations -D_XOPEN_SOURCE=700L -LDFLAGS = -lSDL2 -lSDL2_ttf -lm +CFLAGS = -std=c99 -I ./ -fopenmp -Wall -Wextra -pedantic -Wno-deprecated-declarations -D_XOPEN_SOURCE=700L +LDFLAGS = -lSDL2 -lSDL2_ttf -lm -fopenmp SRC = main.c microui.c renderer.c widget.c ui.c unit.c engine.c compressor.c eprintf.c cwalk.c toml.c util.c OBJ = ${SRC:.c=.o} -- cgit v1.2.3