[bug #27222] By default binaries should be built with '-g -O2'

2009-08-11 Thread Nicola Pero
Follow-up Comment #1, bug #27222 (project gnustep): We can certainly change the default flags to be -g -O2. Sounds like a good idea. If we get some agreement on what the flags should be, we can easily implement them. I guess you were thinking of * debug=yes (default): -g -O2 * debug=no: -O

[bug #27222] By default binaries should be built with '-g -O2'

2009-08-11 Thread Yavor Doganov
Follow-up Comment #2, bug #27222 (project gnustep): I think there are still plenty of bugs on some targets with -O3 and higher, so this seems risky. I think this is most natural: * debug=yes (default): -g -O2 * debug=no: -O2 If a developer/user wants unoptimized build for better debugging, `ma

[bug #27224] memcpy in GSMime

2009-08-11 Thread Manuel Guesdon
URL: Summary: memcpy in GSMime Project: GNUstep Submitted by: mguesdon Submitted on: mar 11 aoĆ» 2009 18:08:08 CEST Category: Base/Foundation Severity: 2 - Minor

[bug #27224] memcpy in GSMime

2009-08-11 Thread Richard Frith-Macdonald
Update of bug #27224 (project gnustep): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: Thanks, I fixed th