File tree Expand file tree Collapse file tree
src/doc/rustc/src/codegen-options Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -655,16 +655,6 @@ deleted once compilation finishes. It takes one of the following values:
655655* ` y ` , ` yes ` , ` on ` , ` true ` or no value: save temporary files.
656656* ` n ` , ` no ` , ` off ` or ` false ` : delete temporary files (the default).
657657
658- ## soft-float
659-
660- This option controls whether ` rustc ` generates code that emulates floating
661- point instructions in software. It takes one of the following values:
662-
663- * ` y ` , ` yes ` , ` on ` , ` true ` or no value: use soft floats.
664- * ` n ` , ` no ` , ` off ` or ` false ` : use hardware floats (the default).
665-
666- This flag only works on ` *eabihf ` targets and ** is unsound and deprecated** .
667-
668658## split-debuginfo
669659
670660This option controls the emission of "split debuginfo" for debug information
You can’t perform that action at this time.
0 commit comments