Fix doc for rustc "-g" flag

The rustc "-g" CLI flag was miss documented to be a synonym of "-C
debug-level=2" and not the correct "-C debuginfo=2".
This commit is contained in:
Guy Taylor 2019-02-17 14:18:03 +00:00
parent 8af675a075
commit 55c25f8c8d

View file

@ -42,7 +42,7 @@ This flag prints out various information about the compiler.
## `-g`: include debug information
A synonym for `-C debug-level=2`.
A synonym for `-C debuginfo=2`.
## `-O`: optimize your code