From 74596d8273552f11959fe51fb8fff84a18ca9b83 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 28 Feb 2026 14:43:26 +0200 Subject: build: Maybe fix OpenBSD We'll see how this goes... --- configure | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure') 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. -- cgit v1.2.3