mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
Mac build compiles once again
This commit is contained in:
parent
6dedb0433b
commit
4cbad6279c
2 changed files with 8 additions and 5 deletions
4
NEWS
4
NEWS
|
@ -5,9 +5,9 @@ NEWS file for Transmission <http://www.transmissionbt.com/>
|
|||
- All Platforms
|
||||
+ Better data recovery in the case of an OS or Transmission crash
|
||||
+ Upgrade DHT to version 0.8
|
||||
+ If a downloaded file is moved, stop the torrent instead of redownloading it
|
||||
+ If a data file is moved, stop the torrent instead of redownloading it
|
||||
+ Fix bug that didn't list some peers in the resume file and in PEX
|
||||
+ Make torrent error messages more helpful
|
||||
+ More helpful torrent error messages
|
||||
+ DHT now honors the bind-address-ipv4 configuration option
|
||||
+ Fix Debian build error with miniupnpc
|
||||
+ Fix Cygwin build error with strtold
|
||||
|
|
|
@ -2339,7 +2339,7 @@
|
|||
GCC_MODEL_PPC64 = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = "";
|
||||
GCC_PREPROCESSOR_DEFINITIONS = MACOSX;
|
||||
GCC_UNROLL_LOOPS = YES;
|
||||
GCC_VERSION = 4.2;
|
||||
GCC_WARN_ABOUT_MISSING_NEWLINE = NO;
|
||||
|
@ -2485,7 +2485,10 @@
|
|||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = NS_BLOCK_ASSERTIONS;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
MACOSX,
|
||||
NS_BLOCK_ASSERTIONS,
|
||||
);
|
||||
GCC_UNROLL_LOOPS = YES;
|
||||
GCC_VERSION = 4.2;
|
||||
GCC_WARN_ABOUT_MISSING_NEWLINE = NO;
|
||||
|
@ -2575,7 +2578,7 @@
|
|||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = "";
|
||||
GCC_PREPROCESSOR_DEFINITIONS = MACOSX;
|
||||
GCC_UNROLL_LOOPS = YES;
|
||||
GCC_VERSION = 4.2;
|
||||
GCC_WARN_ABOUT_MISSING_NEWLINE = NO;
|
||||
|
|
Loading…
Reference in a new issue