aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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.