sqlite-bench icon indicating copy to clipboard operation
sqlite-bench copied to clipboard

allow to disable static build

Open milahu opened this issue 2 years ago • 0 comments

build can fail with ld: cannot find -lpthread: No such file or directory

fix: remove -static flag

expected: disable static build with something like make -DNO_STATIC_BUILD


another nitpick: install rule is missing in Makefile

milahu avatar Apr 26 '23 21:04 milahu