Re: [swift-dev] Standard Library not built in release mode with -R in build script

2016-07-21 Thread Ankit Agarwal via swift-dev
Got it, thanks! On Thu, Jul 21, 2016 at 9:08 PM, Dmitri Gribenko wrote: > On Thu, Jul 21, 2016 at 8:35 AM, Ankit Agarwal via swift-dev > wrote: > > Standard library is not built in release mode by default with -R flag in > > build script. Is that intended behaviour? > > > > Passing `--no-swift-

Re: [swift-dev] Standard Library not built in release mode with -R in build script

2016-07-21 Thread Dmitri Gribenko via swift-dev
On Thu, Jul 21, 2016 at 8:35 AM, Ankit Agarwal via swift-dev wrote: > Standard library is not built in release mode by default with -R flag in > build script. Is that intended behaviour? > > Passing `--no-swift-stdlib-assertions --build-swift-static-stdlib > --swift-enable-ast-verifier=0` to build

[swift-dev] Standard Library not built in release mode with -R in build script

2016-07-21 Thread Ankit Agarwal via swift-dev
Standard library is not built in release mode by default with -R flag in build script. Is that intended behaviour? Passing `--no-swift-stdlib-assertions --build-swift-static-stdlib --swift-enable-ast-verifier=0` to build script created the build in folder `Ninja-ReleaseAssert+stdlib-Release` --