Add opt-level=0 to test

This commit is contained in:
Thomas Lively 2020-01-24 10:25:30 -08:00
parent 7b49c7d743
commit 601aa407ee

View File

@ -1,5 +1,5 @@
// build-pass
// compile-flags: --crate-type lib
// compile-flags: --crate-type lib -C opt-level=0
// Regression test for LLVM crash affecting Emscripten targets