minor update

This commit is contained in:
Blaise Tine
2021-10-11 17:11:36 -04:00
parent e324c9a90a
commit 549629440d
4 changed files with 9 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ CXXFLAGS += $(CONFIGS)
# Dump perf stats
CXXFLAGS += -DDUMP_PERF_STATS
LDFLAGS += -shared
LDFLAGS += -shared -pthread
SRCS = vortex.cpp ../common/vx_utils.cpp

View File

@@ -20,7 +20,7 @@ CXXFLAGS += $(CONFIGS)
# Dump perf stats
CXXFLAGS += -DDUMP_PERF_STATS
LDFLAGS += -shared
LDFLAGS += -shared -pthread
AFU_JSON_INFO = vortex_afu.h