From 88670897d8479729a30614043216f5d7222c08a1 Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Tue, 6 Mar 2018 09:33:43 -0600 Subject: [PATCH] Details on compilation for pzip --- concurrency-pzip/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/concurrency-pzip/README.md b/concurrency-pzip/README.md index 84e24cc9c..8da6eb876 100644 --- a/concurrency-pzip/README.md +++ b/concurrency-pzip/README.md @@ -80,6 +80,11 @@ least) the following issues: ## Grading +Your code should compile (and should be compiled) with the following flags: +`-Wall -Werror -pthread -O`. The last one is important: it turns on the +optimizer! In fact, for fun, try timing your code with and without `-O` and +marvel at the difference. + Your code will first be measured for correctness, ensuring that it zips input files correctly.