Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
According to gcc doc, `-pthread` flag will link the program against libraries like libatomic on demand. Using `-lpthread` in CFLAGS and LDFLAGS causes absense of these libraries, thus failing to build on architectures which needs soft atomic operation implementation.
- Loading branch information