blob: bfd226077a9742f87a1988747a81e9226e89dfaf [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001From: Santiago Vila <sanvila@debian.org>
2Subject: Do not set unwanted CFLAGS, as it breaks DEB_BUILD_OPTIONS
3X-Debian-version: 2.32-1
4
5--- a/unix/configure
6+++ b/unix/configure
7@@ -98,7 +98,7 @@ int main()
8 _EOF_
9 $CC $CFLAGS -c conftest.c > /dev/null 2>/dev/null
10 if test $? -eq 0; then
11- CFLAGS_OPT='-O3'
12+ # CFLAGS_OPT='-O3'
13 echo " GNU C ($CFLAGS_OPT)"
14 # Special Mac OS X shared library "ld" option?
15 if test ` uname -s 2> /dev/null ` = 'Darwin'; then