summaryrefslogtreecommitdiffstats
path: root/build/flags
Commit message (Collapse)AuthorAgeFilesLines
* build: Check for -pthread before using itTavian Barnes10 days1-0/+8
| | | | | | QNX's qcc, for example, will complain that cc1: error: command-line option '-pthread' is valid for the driver but not for C
* build: Add -Wundef-prefix=BFS_Tavian Barnes2024-10-011-0/+9
|
* 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.