Skip to content

Commit

Permalink
Details on compilation for pzip
Browse files Browse the repository at this point in the history
  • Loading branch information
remzi-arpacidusseau committed Mar 6, 2018
1 parent 8f12ba3 commit 8867089
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions concurrency-pzip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8867089

Please sign in to comment.