[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-dev] Optimisation in Debug builds
- From: Phil Martin <phil@xxxxxxxx>
- Date: Thu, 08 Jun 2006 14:09:05 +0100
- Subject: [XaraXtreme-dev] Optimisation in Debug builds
I think Debug builds are being optimised. Single-stepping is leaping
around all over the place.
The gcc command contains first a -O0 flag and then a -O2 flag.
Phil