]> git.pld-linux.org Git - packages/python3.git/blob - python3-ac_fixes.patch
- rel 2; install gdb helper so gdb functions like py-bt (nice pythonised backtrace...
[packages/python3.git] / python3-ac_fixes.patch
1 --- Python-3.6.2/configure.ac~  2017-07-08 05:33:27.000000000 +0200
2 +++ Python-3.6.2/configure.ac   2017-08-07 10:28:44.498951134 +0200
3 @@ -1485,25 +1485,6 @@ then
4              CFLAGS_ALIASING="-fno-strict-aliasing"
5          fi
6  
7 -       case $ac_cv_prog_cc_g in
8 -       yes)
9 -           if test "$Py_DEBUG" = 'true' ; then
10 -               # Optimization messes up debuggers, so turn it off for
11 -               # debug builds.
12 -                if "$CC" -v --help 2>/dev/null |grep -- -Og > /dev/null; then
13 -                    OPT="-g -Og -Wall"
14 -                else
15 -                    OPT="-g -O0 -Wall"
16 -                fi
17 -           else
18 -               OPT="-g $WRAP -O3 -Wall"
19 -           fi
20 -           ;;
21 -       *)
22 -           OPT="-O3 -Wall"
23 -           ;;
24 -       esac
25 -
26         case $ac_sys_system in
27             SCO_SV*) OPT="$OPT -m486 -DSCO5"
28             ;;
29
This page took 0.055087 seconds and 3 git commands to generate.