aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2026-02-13 07:54:30 +0100
committerXavier Del Campo Romero <xavi92@disroot.org>2026-02-13 07:55:09 +0100
commit175017e113c82fce087b7d99c4f23c2fccdd62ce (patch)
tree09cf37f8592a2a4639622977f0b090d6d15ae4e5
parent10c200907760b441e72f7f1c2fa9555d4628ab81 (diff)
configure: Remove -g
Traditionally, this flag is set by users via the CFLAGS environment variable, rather than including it by default.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a9127bd..9ece0d2 100755
--- a/configure
+++ b/configure
@@ -6,7 +6,7 @@ default_prefix=/usr/local
prefix=$default_prefix
default_CC='c99'
# FILE_OFFSET_BITS=64 is required for large file support on 32-bit platforms.
-default_CFLAGS='-O1 -g -D_FILE_OFFSET_BITS=64 -Wall -MD'
+default_CFLAGS='-O1 -D_FILE_OFFSET_BITS=64 -Wall -MD'
default_LDFLAGS="-lm"
CC=${CC:-$default_CC}