diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2018-07-21 22:03:31 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2018-07-21 22:03:31 +0200 |
commit | f0b6d1b9c46578183b427bcec4bbe99ab10c7b97 (patch) | |
tree | 111df40d4485f7dc7a66d0d463688021474512c1 /competition/Makefile | |
parent | 53291958e0cda68ed762c0dfb36c0602f876c06d (diff) |
competition: reorganisation and multithread
Diffstat (limited to 'competition/Makefile')
-rw-r--r-- | competition/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/competition/Makefile b/competition/Makefile index a39c58d..8b2641c 100644 --- a/competition/Makefile +++ b/competition/Makefile @@ -1,5 +1,5 @@ CXX = g++ -CXXFLAGS = -Wall -Wextra -O3 -std=c++17 -fwrapv -flto +CXXFLAGS = -Wall -Wextra -O3 -std=c++17 -fwrapv -flto -pthread TARGET = competition |