mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 07:28:52 +00:00
Use -O0 instead of -O1 and -O2
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user