1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-02 13:31:48 +02:00

Pass -pthread only for programs that need it

This commit is contained in:
Eelco Dolstra 2014-07-23 19:48:18 +02:00
parent ece531d105
commit bd91453bb1
3 changed files with 3 additions and 2 deletions

View file

@ -6,6 +6,6 @@ nix-store_SOURCES := $(wildcard $(d)/*.cc)
nix-store_LIBS = libmain libstore libutil libformat
nix-store_LDFLAGS = -lbz2
nix-store_LDFLAGS = -lbz2 -pthread
nix-store_CXXFLAGS = -DCURL=\"$(curl)\"