summaryrefslogtreecommitdiffstats
path: root/build/flags
Commit message (Collapse)AuthorAgeFilesLines
* build/flags: Use auto-detection for all warning flagsTavian Barnes2024-09-058-0/+63
|
* xspawn: Use _Fork() if availableTavian Barnes2024-07-271-0/+8
| | | | | | | This completes the workaround for bfs_spawn() hanging on FreeBSD with ASan enabled. Link: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280318
* build/flags: Add -Wmissing-variable-declarations if supportedTavian Barnes2024-07-271-0/+9
|
* build/flags: Infrastructure to detect compiler flag supportTavian Barnes2024-07-271-0/+8
Use it to detect -MD -MP support.