aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2026-02-28 14:43:26 +0200
committerDylan Araps <dylan.araps@gmail.com>2026-02-28 14:43:26 +0200
commit74596d8273552f11959fe51fb8fff84a18ca9b83 (patch)
treeb7f164166586ed456fbcd9be8860ff9382132bf5 /configure
parent2a6d855693a0ae6cfe8078e91b1c4ae1c92c3603 (diff)
build: Maybe fix OpenBSD
We'll see how this goes...
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index b169a66..6c21732 100755
--- a/configure
+++ b/configure
@@ -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.