diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile index da7070b..223e766 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ CC:=clang CFLAGS:=-march=native -O3 -funroll-loops -Wall -Wextra -Werror -LDFLAGS:=-flto=thin +LDFLAGS:=-flto=thin -lpthread INCLUDES=-Iinc/ |