diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-01-17 12:35:12 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-01-17 12:35:12 -0500 |
commit | d267ed57314a8bfa7efaf46e444c593f9d45bbc6 (patch) | |
tree | c4521fa940c6d80da02a267e5d540f147f5b2937 /build/header.mk | |
parent | b31fedc279c8eb4f447212afc3dc6c9f62b9ee6e (diff) | |
download | bfs-d267ed57314a8bfa7efaf46e444c593f9d45bbc6.tar.xz |
build: Feature-detect #pragma nounroll support
Diffstat (limited to 'build/header.mk')
-rw-r--r-- | build/header.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/header.mk b/build/header.mk index 919a2a2..6a63221 100644 --- a/build/header.mk +++ b/build/header.mk @@ -36,6 +36,7 @@ HEADERS := \ gen/has/getprogname.h \ gen/has/io-uring-max-workers.h \ gen/has/pipe2.h \ + gen/has/pragma-nounroll.h \ gen/has/posix-getdents.h \ gen/has/posix-spawn-addfchdir-np.h \ gen/has/posix-spawn-addfchdir.h \ |