This code causes an error when linking on ARM devices ``` ifeq ($(shell uname -m),x86_64) CC_FLAGS += -march=native -pthread -lpthread endif ``` Reason https://developers.redhat.com/articles/2021/12/17/why-glibc-234-removed-libpthread#