diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 14:43:26 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 14:43:26 +0200 |
| commit | 74596d8273552f11959fe51fb8fff84a18ca9b83 (patch) | |
| tree | b7f164166586ed456fbcd9be8860ff9382132bf5 /configure | |
| parent | 2a6d855693a0ae6cfe8078e91b1c4ae1c92c3603 (diff) | |
build: Maybe fix OpenBSD
We'll see how this goes...
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -63,11 +63,8 @@ export STRIP="${STRIP:-strip}" # Compiler flags. # 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_GNU_SOURCE" export cc_flags="$cc_flags -Wall -Wextra -pedantic -Wshadow" - #/////////////////////////////////////////////////////////////////////////////// # # NOTE: Do not edit below this line. |