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:
parent
d239665a02
commit
d8905329bb
3 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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];
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue