Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ANSI platform builds shouldn't link pthreads. #181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 27, 2023

  1. ANSI platform builds shouldn't link pthreads.

    Since this isn't using threads or POSIX locks, the `-lpthreads`
    should not be needed and having it only makes it easier to
    accidentally add some dependency on it.
    waywardmonkeys committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    14ce9eb View commit details
    Browse the repository at this point in the history