From c049977ce32d40f8032a96ea9689466e5fbfa76d Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 3 Jun 2021 11:01:27 -0500 Subject: Remove reverted header change and enable optimizations. --- chapter8/python.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/chapter8/python.sh b/chapter8/python.sh index 04af366..f807d53 100644 --- a/chapter8/python.sh +++ b/chapter8/python.sh @@ -1,13 +1,12 @@ #!/bin/bash set -e -sed 's|cpython/||' -i Include/cpython/pystate.h && - ./configure --prefix=/usr \ --enable-shared \ --with-system-expat \ --with-system-ffi \ - --with-ensurepip=yes && + --with-ensurepip=yes \ + --enable-optimizations && make && -- cgit v1.2.3-54-g00ecf