Re: [swift-dev] Faster debug builds?

2017-08-06 Thread David Zarzycki via swift-dev
Thanks Michael, Now the stdlib builds in 5.5 minutes. My mistake was trusting ~/utils/build-script to automatically reconfigure the build. Dave > On Aug 6, 2017, at 18:11, Michael Gottesman wrote: > > >> On Aug 6, 2017, at 2:55 PM, David Zarzycki wrote: >> >> I tried that before respondin

Re: [swift-dev] Faster debug builds?

2017-08-06 Thread Michael Gottesman via swift-dev
> On Aug 6, 2017, at 2:55 PM, David Zarzycki wrote: > > I tried that before responding and I found that the stdlib build time to be > unchanged (still about 15 minutes). Did you try reconfiguring via --reconfigure. Also, before you do that can you go into your swift build directory and run th

Re: [swift-dev] Faster debug builds?

2017-08-06 Thread David Zarzycki via swift-dev
I tried that before responding and I found that the stdlib build time to be unchanged (still about 15 minutes). > On Aug 6, 2017, at 17:25, Michael Gottesman wrote: > > You need an additional flag for the stdlib. —debug-swift-stdlib > > Sent from my iPhone > >> On Aug 6, 2017, at 1:50 PM, Da

Re: [swift-dev] Faster debug builds?

2017-08-06 Thread Michael Gottesman via swift-dev
You need an additional flag for the stdlib. —debug-swift-stdlib Sent from my iPhone > On Aug 6, 2017, at 1:50 PM, David Zarzycki wrote: > > >> On Aug 6, 2017, at 16:16, Michael Gottesman wrote: >> >> >>> On Aug 6, 2017, at 11:11 AM, David Zarzycki via swift-dev >>> wrote: >>> >>> Hello,

Re: [swift-dev] Faster debug builds?

2017-08-06 Thread David Zarzycki via swift-dev
> On Aug 6, 2017, at 16:16, Michael Gottesman wrote: > > >> On Aug 6, 2017, at 11:11 AM, David Zarzycki via swift-dev >> wrote: >> >> Hello, >> >> Unless I’m missing a build-script flag, it seems to me that compiling the >> Swift stdlib with the unoptimized debug swift compiler takes about

Re: [swift-dev] Faster debug builds?

2017-08-06 Thread Michael Gottesman via swift-dev
> On Aug 6, 2017, at 11:11 AM, David Zarzycki via swift-dev > wrote: > > Hello, > > Unless I’m missing a build-script flag, it seems to me that compiling the > Swift stdlib with the unoptimized debug swift compiler takes about 15 minutes > on a fast machine. I am assuming that you mean a de