diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-07-23T17·48+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-07-23T17·48+0200 |
commit | bd91453bb146446e4763ea2dbc934dd271fe544b (patch) | |
tree | 35ab9744b2919d98d14948e6e9f8ce4cd87780aa /local.mk | |
parent | ece531d1051e1e9e9bad586265d293c866a9c0ec (diff) |
Pass -pthread only for programs that need it
Diffstat (limited to 'local.mk')
-rw-r--r-- | local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/local.mk b/local.mk index cb628fac6022..6361e1872b96 100644 --- a/local.mk +++ b/local.mk @@ -5,7 +5,6 @@ endif dist-files += configure config.h.in nix.spec GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr -GLOBAL_LDFLAGS += -pthread $(foreach i, config.h $(call rwildcard, src/lib*, *.hh), $(eval $(call install-file-in, $(i), $(includedir)/nix, 0644))) |