fix: link benchmark with pthread
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 10 Nov 2021 20:00:34 +0000 (15:00 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 11 Nov 2021 16:53:10 +0000 (11:53 -0500)
commita1f0d22b32f1179b8a27477562de9d8de372bc87
tree31cc28d98fea923cd80c427c62f528b16a33d2fd
parentaefa2e417b0d0a3c43cb4d078fa4a2d4cfbf429c
fix: link benchmark with pthread

In commit aefa2e417b0d0a3c43cb4d078fa4a2d4cfbf429c we removed '-lpthread'
from the global link flags. Some toolchains don't require to explicitly
link with pthread but some do, add it to the benchmark specific link
flags.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I1a52d1f5363a86e17f82bcf56bd2273179c4328e
tests/benchmark/Makefile.am
This page took 0.025356 seconds and 4 git commands to generate.