Merge pull request #168 from kramermt/check_benchmark

Add -ldl to benchmark build rules
This commit is contained in:
Emery Berger 2020-10-12 14:51:44 -04:00 committed by GitHub
commit 4e6d1690ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
include $(ROOT)/common.mk
LIBS += -Wl,--push-state,--no-as-needed -ldl -Wl,--pop-state
RECURSIVE_TARGETS += bench bench_large bench_small
ifeq ($(USE_SYSTEM_COZ),)