atilaneves / dpp

Directly include C headers in D source code
Boost Software License 1.0
231 stars 31 forks source link

Allow multiple clang options to be specified more easily #185

Closed cbecerescu closed 5 years ago

cbecerescu commented 5 years ago

Multiple clang options can be specified like this: d++ --clang-option "-opt1 param1 -opt2 -opt3"..., instead of prepending --clang-option to every single clang option.

atilaneves commented 5 years ago

Please split this up into two PRs, one for each thing. For the one to avoid including system headers, please have its text start with "Fix #139" so that when it gets merged the issue will be automatically closed.