Re: Again, ask help with Dlang program footprint

2022-04-08 Thread dangbinghoo via Digitalmars-d-learn
On Saturday, 9 April 2022 at 02:56:50 UTC, dangbinghoo wrote: On Saturday, 9 April 2022 at 02:19:52 UTC, dangbinghoo wrote: On Friday, 8 April 2022 at 03:26:29 UTC, dangbinghoo wrote: On Friday, 8 April 2022 at 03:20:29 UTC, dangbinghoo wrote: [...] PS: I need the program link Phobos statica

Re: Again, ask help with Dlang program footprint

2022-04-08 Thread dangbinghoo via Digitalmars-d-learn
On Saturday, 9 April 2022 at 02:19:52 UTC, dangbinghoo wrote: On Friday, 8 April 2022 at 03:26:29 UTC, dangbinghoo wrote: On Friday, 8 April 2022 at 03:20:29 UTC, dangbinghoo wrote: [...] PS: I need the program link Phobos statically, don't want to use .so except the basic C library. so I ad

Re: Again, ask help with Dlang program footprint

2022-04-08 Thread dangbinghoo via Digitalmars-d-learn
On Friday, 8 April 2022 at 03:26:29 UTC, dangbinghoo wrote: On Friday, 8 April 2022 at 03:20:29 UTC, dangbinghoo wrote: [...] PS: I need the program link Phobos statically, don't want to use .so except the basic C library. so I added option `-link-defaultlib-shared=false` in dub.json by defa

Re: Again, ask help with Dlang program footprint

2022-04-07 Thread dangbinghoo via Digitalmars-d-learn
On Friday, 8 April 2022 at 03:20:29 UTC, dangbinghoo wrote: hi, I just asked for help about this before, on that time, my solution is to remove whatever dub dependencies which are optional. now, I'm re-examining the dlang program footprint size, and I put a github example repo here: https

Again, ask help with Dlang program footprint

2022-04-07 Thread dangbinghoo via Digitalmars-d-learn
hi, I just asked for help about this before, on that time, my solution is to remove whatever dub dependencies which are optional. now, I'm re-examining the dlang program footprint size, and I put a github example repo here: https://github.com/dangbinghoo/dlang_footprint_test.git the examp