From c68e74cd52deb4ce5abf55e0dcf18e391be5d12c Mon Sep 17 00:00:00 2001 From: WickedJack99 Date: Sun, 29 Jun 2025 22:32:52 +0200 Subject: [PATCH] .. --- lab12/exc4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab12/exc4/Makefile b/lab12/exc4/Makefile index 4ad4826..a548f24 100644 --- a/lab12/exc4/Makefile +++ b/lab12/exc4/Makefile @@ -1,7 +1,7 @@ PROGRAM_NAME = jacobi SOURCE_FILES = main.cpp jacobi.cpp matrix_io.cpp -COMPILER_FLAGS = -std=c++17 -Wall -Wextra -Wall -Werror -Wno-sign-compare -Wno-unused-result -Wno-cast-function-type +COMPILER_FLAGS = -std=c++17 -Wall -Wextra -Wall -Werror -Wno-sign-compare -Wno-unused-result -Wno-cast-function-type -fopenmp default: debug