File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ fn compile_with_gcc(filename: &str) {
4646 // .arg("-fcheck-data-deps")
4747 // .arg("-ftree-loop-distribution")
4848 // .arg("-ftree-vect-loop-version")
49- . arg ( "-ffp-contract=fast" )
50- . arg ( "-funsafe-math-optimizations" )
51- . arg ( "-fassociative-math" )
52- . arg ( "-Wstrict-aliasing=3" )
49+ // .arg("-ffp-contract=fast")
50+ // .arg("-funsafe-math-optimizations")
51+ // .arg("-fassociative-math")
52+ // .arg("-Wstrict-aliasing=3")
5353 // .arg("-fipa-strict-aliasing")
5454 // Flags: -O3 -fwhole-program -floop-interchange -ftree-loop-linear -floop-block -fcheck-data-deps -ftree-loop-distribution -ftree-vect-loop-version -ffp-contract=fast -funsafe-math-optimizations -fassociative-math -Wstrict-aliasing=3 -fipa-strict-aliasing
5555 . output ( )
You can’t perform that action at this time.
0 commit comments