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-
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
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`
--