Use -O0 instead of -O1 and -O2

This commit is contained in:
Minseong Jang
2022-03-28 15:26:12 +09:00
parent 271e95ab1d
commit c4ec2c7881
2 changed files with 2 additions and 4 deletions

View File

@@ -128,7 +128,6 @@ pub fn test_irgen(path: &Path) {
.args(&[
"-fsanitize=undefined",
"-fno-sanitize-recover=all",
"-O1",
&file_path,
"-o",
&bin_path,
@@ -396,7 +395,6 @@ pub fn test_end_to_end(path: &Path) {
.args(&[
"-fsanitize=undefined",
"-fno-sanitize-recover=all",
"-O1",
&file_path,
"-o",
&bin_path,