summary refs log tree commit diff
path: root/src/test/run-make/codegen-options-parsing/Makefile
AgeCommit message (Collapse)AuthorLines
2016-02-13use a compatible syntax for grep GNU/BSDSébastien Marie-2/+2
The BSD grep for "basic regex" don't support \| as alternate operator. Use multiple -e arguments for expressing alternative.
2016-02-11Add -C link-dead-code option r=alexcrichtonJohan Lorenzo-0/+7
Turning gc-sections off improves code coverage based for tools which use DWARF debugging information (like kcov). Otherwise dead code is stripped and kcov returns a coverage percentage that doesn't reflect reality.
2014-11-15Slightly improved rustc error messages for invalid -C argumentsinrustwetrust-0/+24