[PyKDE] Heads Up on a Build System Change
Phil Thompson
phil at river-bank.demon.co.uk
Tue Nov 26 15:01:01 GMT 2002
The current snapshots have a slight change in behaviour in the build system
when using GCC.
The automatic check to see if the compiler supports -fno-exceptions has been
removed - it has proved too unreliable on non-GCC systems.
If you want this enabled (you probably do to save a bit of memory) then you
now have to enable it explicitly, ie.
python build.py -fno-exceptions
Phil
More information about the PyQt
mailing list