atilaneves / dpp

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

gdc does not recognize "-dip25" in the dub.json #348

Closed mw66 closed 1 week ago

mw66 commented 2 weeks ago

gdc (GCC) 14.1.0

gdc -dip25 ...

d21: warning: unrecognized gcc debugging option: i
d21: warning: unrecognized gcc debugging option: 2
d21: warning: unrecognized gcc debugging option: 5
mw66 commented 2 weeks ago

~/.dub/packages/dpp/0.5.4/dpp/dub.json

        "dflags": [
                "-dip25"
        ],
atilaneves commented 1 week ago

That would require modifying the dub recipe. Feel free to submit a PR.