jimporter / bfg9000

bfg9000 - build file generator
https://jimporter.github.io/bfg9000
BSD 3-Clause "New" or "Revised" License
76 stars 21 forks source link

Add support for easily adding -pthread to builds #89

Closed jimporter closed 7 years ago

jimporter commented 7 years ago

Right now, to add -pthread to builds, you have to explicitly pass it in the options. There should be a better way to do this. Maybe create a special package so that users can just type package('pthread')? Maybe pthread isn't really a package and should be handled as an abstract compiler/linker option?