From 5e9ffc26c26cbcb85a9e18f719fde1b9c178477f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 6 Aug 2023 20:10:14 +0200 Subject: A6: WIP (text is more or less in place) --- a3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'a3/Makefile') diff --git a/a3/Makefile b/a3/Makefile index 1de80ba..eb74514 100644 --- a/a3/Makefile +++ b/a3/Makefile @@ -1,4 +1,4 @@ all: concurrency concurrency: concurrency.cc Makefile - g++ -Wall -Werror -Wextra -Wconversion -std=c++20 -pthread $< -o $@ + g++ -O2 -Wall -Werror -Wextra -Wconversion -std=c++20 -pthread $< -o $@ -- cgit v1.2.3