summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-10-20 22:10:23 (GMT)
committerGuido van Rossum <guido@python.org>1994-10-20 22:10:23 (GMT)
commit9444ce0b4173a6aef184b6962bdd274d90065779 (patch)
tree8251ab193875508605ea8c2da3fb70e8f68a5366 /README
parent2bcafeb6453c1b54e55bc4a85951298d4b594bda (diff)
downloadcpython-9444ce0b4173a6aef184b6962bdd274d90065779.zip
cpython-9444ce0b4173a6aef184b6962bdd274d90065779.tar.gz
cpython-9444ce0b4173a6aef184b6962bdd274d90065779.tar.bz2
the usual
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index b47763a..95c46e7 100644
--- a/README
+++ b/README
@@ -68,8 +68,7 @@ yourself. Never edit Setup.in -- always edit Setup. Read the
comments in the file for information on what kind of edits you can
make. When you have edited Setup, Makefile and config.c in Modules
will automatically be rebuilt the next time you run make in the
-toplevel directory. (There are some example Setup files which you may
-copy to Setup for specific systems; have a look at Setup.*.)
+toplevel directory.
If you want to change the optimization level of the build, assign to
the OPT variable on the toplevel make command; e.g. "make OPT=-g" will