]> git.lizzy.rs Git - rust.git/commit
Provide a "configure" option to disable LLVM assertions
authorBjörn Steinbrink <bsteinbr@gmail.com>
Wed, 31 Jul 2013 06:34:01 +0000 (08:34 +0200)
committerBjörn Steinbrink <bsteinbr@gmail.com>
Wed, 31 Jul 2013 07:41:46 +0000 (09:41 +0200)
commit02f7f72a9af16607f9c08989fe56d417842a24dd
treec8d0226cbeafd1409deae96b4ffaffab088d8469
parent4fbd37d4bdabb60e20b6dada36ff23c96e90e482
Provide a "configure" option to disable LLVM assertions

Builds are considerably faster without assertions, so when working on
e.g. libstd, which doesn't directly interact with LLVM, one might want
to disable them.
configure