diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-13 07:54:30 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-13 07:55:09 +0100 |
| commit | 175017e113c82fce087b7d99c4f23c2fccdd62ce (patch) | |
| tree | 09cf37f8592a2a4639622977f0b090d6d15ae4e5 | |
| parent | 10c200907760b441e72f7f1c2fa9555d4628ab81 (diff) | |
configure: Remove -g
Traditionally, this flag is set by users via the CFLAGS environment
variable, rather than including it by default.
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |
