[Python-bugs-list] [ python-Feature Requests-490264 ] Portable compiler option specification
noreply@sourceforge.net
noreply@sourceforge.net
Wed, 12 Dec 2001 07:47:30 -0800
Feature Requests item #490264, was opened at 2001-12-07 07:55
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=355470&aid=490264&group_id=5470
Category: Distutils
Group: None
Status: Open
Priority: 5
Submitted By: Konrad Hinsen (hinsen)
Assigned to: Nobody/Anonymous (nobody)
Summary: Portable compiler option specification
Initial Comment:
Distutils should provide a portable way for packagers to specify common compiler options, e.g. "maximum optimization", "debugging symbols" etc. These should be per-module options that can be specified in the setup script.
----------------------------------------------------------------------
>Comment By: Jack Jansen (jackjansen)
Date: 2001-12-12 07:47
Message:
Logged In: YES
user_id=45365
I disagree: I think packages should inherit such options
from the Python into which
they're being installed. Allowing overrides of this can lead
to all sorts of disastrous
failures. For instance, a Unix person won't know that mixing
debug/non-debug on
Windows is a sure way to crash Python spectacularly.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=355470&aid=490264&group_id=5470