From 31293dd9b427be45175a928cf55f90ea1bccebeb Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 3 Jun 2023 16:00:17 +0200 Subject: multithreaded processing --- os2eindopdracht/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os2eindopdracht/makefile') diff --git a/os2eindopdracht/makefile b/os2eindopdracht/makefile index 3d8f260..eb86336 100644 --- a/os2eindopdracht/makefile +++ b/os2eindopdracht/makefile @@ -1,7 +1,7 @@ C++ = g++ LD = g++ RM = rm -f -CFLAGS = +CFLAGS = -std=c++20 LFLAGS = TARGET = main -- cgit v1.2.3