Files
rust/src
bors 86911fd8f6 Auto merge of #2368 - RalfJung:debug, r=oli-obk
Make "./miri {build,run,test}" use debug assertions but "./miri install" not

This makes `./miri run`/`./miri test` use the full set of debug assertions (including the rather expensive ones that check consistency of the Stacked Borrows cache), but `./miri install` installs a Miri *without* those debug assertions.

That's the same behavior as cargo, and helps catch Miri bugs with the test suite while making installed Miri usable for larger runs.
2022-07-15 15:54:47 +00:00
..
2022-07-14 09:54:20 -04:00
2022-07-07 20:12:30 -04:00
2022-07-15 08:09:43 -04:00
2022-07-06 09:47:48 -04:00
2022-06-08 08:06:32 -04:00
2022-07-06 22:55:12 -04:00