1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-06 03:28:33 +00:00

use optimization level -Os

This commit is contained in:
Mitchell Livingston 2007-08-14 19:58:07 +00:00
parent d239665a02
commit d8905329bb
3 changed files with 3 additions and 1 deletions

View file

@ -1586,7 +1586,7 @@
DEBUG_INFORMATION_FORMAT = dwarf;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 3;
GCC_OPTIMIZATION_LEVEL = s;
GCC_VERSION_i386 = 4.0;
GCC_VERSION_ppc = 4.0;
GCC_WARN_ABOUT_RETURN_TYPE = NO;

View file

@ -770,6 +770,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
[self updateTorrentsInQueue];
}
#warning forceDeleteTorrent - make NOT delete
- (void) openCreatedFile: (NSNotification *) notification
{
NSDictionary * dict = [notification userInfo];

View file

@ -280,6 +280,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
@implementation TorrentCell (Private)
#warning don't use image
- (NSImage *) simpleBar: (float) width
{
Torrent * torrent = [self representedObject];