Skip to content

Commit

Permalink
Add missing -pthread to Makefile and -static for convenience.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr committed Feb 22, 2021
1 parent 780151c commit 3106903
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
LANGUAGE = po/strings_pt.c
CFLAGS = -g -Og -pipe -Ipo/ -D_GNU_SOURCE

# default to static to run on glibc and musl
STATIC = -static
LDFLAGS = $(STATIC) -pthread

# defaults to cproc because "why not?"
CC = cproc

Expand Down

0 comments on commit 3106903

Please sign in to comment.