mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 07:54:36 +00:00
Link with pthreads.
This commit is contained in:
parent
c673f70f90
commit
3f2ba6797b
@ -2,7 +2,7 @@ CFLAGS +=
|
|||||||
CXXFLAGS := $(CFLAGS) -std=gnu++14
|
CXXFLAGS := $(CFLAGS) -std=gnu++14
|
||||||
DEFINES +=
|
DEFINES +=
|
||||||
INCLUDES :=
|
INCLUDES :=
|
||||||
LIBS :=
|
LIBS := -lpthread
|
||||||
IMAGE := capture
|
IMAGE := capture
|
||||||
|
|
||||||
FILTER :=
|
FILTER :=
|
||||||
|
Loading…
Reference in New Issue
Block a user