diff options
Diffstat (limited to 'a3/Makefile')
-rw-r--r-- | a3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 $@ |