diff options
author | Guido van Rossum <guido@python.org> | 1994-10-20 22:10:23 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-10-20 22:10:23 (GMT) |
commit | 9444ce0b4173a6aef184b6962bdd274d90065779 (patch) | |
tree | 8251ab193875508605ea8c2da3fb70e8f68a5366 /README | |
parent | 2bcafeb6453c1b54e55bc4a85951298d4b594bda (diff) | |
download | cpython-9444ce0b4173a6aef184b6962bdd274d90065779.zip cpython-9444ce0b4173a6aef184b6962bdd274d90065779.tar.gz cpython-9444ce0b4173a6aef184b6962bdd274d90065779.tar.bz2 |
the usual
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |