diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 14:35:24 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 14:35:24 +0200 |
| commit | 2a6d855693a0ae6cfe8078e91b1c4ae1c92c3603 (patch) | |
| tree | 8d0f126c479e6b22e33630942de7f0be5b02d104 /configure | |
| parent | be9e222f9bed753a76924c7d39a59fc6c80fb2cc (diff) | |
configure: fix OpenBSD
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ export STRIP="${STRIP:-strip}" # export cc_flags="-std=$c_version -O2 -pipe" export cc_flags="$cc_flags -D_POSIX_C_SOURCE=200809L" -export cc_flags="$cc_flags -D_BSD_SOURCE -D_XOPEN_SOURCE=500" +export cc_flags="$cc_flags -D_BSD_SOURCE -D_GNU_SOURCE" export cc_flags="$cc_flags -Wall -Wextra -pedantic -Wshadow" |