From f3760069f80f66ccc80c36d9f470250aeb168881 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Fri, 13 Jan 2023 16:01:19 +0100 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 79a8140..d2fbe13 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,8 @@ TESTS_SRC_CU += $(wildcard test/*.cu) TESTS_OBJ = $(TESTS_SRC:test/%.c=$(BUILDDIR)/test-%) $(TESTS_SRC_CU:test/%.cu=$(BUILDDIR)/test-%) # Compile flags -CFLAGS = -std=gnu99 -lm -lpthread -ljpeg -NVCCFLAGS = -ljpeg +CFLAGS = -std=gnu99 -lm -lpthread -ljpeg -fopenmp +NVCCFLAGS = -ljpeg -Xcompiler -fopenmp # Additional warning rules CFLAGS += -Wall -Wextra