]> git.pld-linux.org Git - packages/python3.git/blame - 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
CommitLineData
603a9dc9
AM
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
514c1496 3@@ -1485,25 +1485,6 @@ then
603a9dc9
AM
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-
e684db95 26 case $ac_sys_system in
603a9dc9 27 SCO_SV*) OPT="$OPT -m486 -DSCO5"
514c1496
AM
28 ;;
29
This page took 0.041126 seconds and 4 git commands to generate.