Skip to content

Commit 4d9b27d

Browse files
committed
ubuntu-test: Remove some ancient/incorrect/useless comments.
1 parent 6ddbda3 commit 4d9b27d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

ubuntu-test

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# This needs to be run from the root of the project.
4-
# To update: docker pull quay.io/pypa/manylinux2010_x86_64
4+
55
set -e
66
export PYTHONUNBUFFERED=1
77
export PYTHONDONTWRITEBYTECODE=1
@@ -15,10 +15,7 @@ export PIP_NO_WARN_SCRIPT_LOCATION=1
1515
if [ -d /greenlet ]; then
1616
# Running inside docker
1717
export GREENLET_MANYLINUX=1
18-
# Build for speed (we're going to test this anyway) and without assertions.
19-
# Note: -Ofast includes -ffast-math which affects process-wide floating-point flags (e.g. can affect numpy).
20-
# It may also violate standards compliance in a few ways. Rather than opt-out with -fno-fast-math,
21-
# we use O3, which has neither of those problems.
18+
# Our setup.py overrides this with -Os; be sure it does.
2219
export CFLAGS="-O3 -DNDEBUG -Wall"
2320

2421
apt-get update

0 commit comments

Comments
 (0)