summaryrefslogtreecommitdiffstats
path: root/build/flags-if.sh
Commit message (Collapse)AuthorAgeFilesLines
* build: Move per-file flag support into cc.shTavian Barnes2024-08-281-3/+7
|
* build/flags-if: Fix sed expression on BSDTavian Barnes2024-08-281-1/+1
| | | | | | | | `p` needs a terminating semicolon; otherwise we get sed: 1: "\|^///|{s|^/// ||; s|[^ ...": extra characters at the end of p command Fixes: 3552b79 ("build/flags: Infrastructure to detect compiler flag support")
* build: De-duplicate conditionally-supported flagsTavian Barnes2024-07-281-6/+14
|
* build/flags: Infrastructure to detect compiler flag supportTavian Barnes2024-07-271-0/+16
Use it to detect -MD -MP support.