Closed
Description
What is the default value of target-cpu
if no -C target-cpu=
is passed to rustc
? Is it native
, generic
, something else?
It should probably be documented around here:
rust/src/doc/rustc/src/codegen-options/index.md
Lines 572 to 580 in 1151ea6