Ver código fonte

Fix that PNG indexed color fix does not enable on Release Build configuration

DreamPiggy 2 anos atrás
pai
commit
a041469643
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      SDWebImage/Core/SDImageIOAnimatedCoder.m

+ 0 - 2
SDWebImage/Core/SDImageIOAnimatedCoder.m

@@ -238,10 +238,8 @@ static BOOL SDImageIOPNGPluginBuggyNeedWorkaround(void) {
                 // Correct value
                 isBuggy = NO;
             } else {
-#if DEBUG
                 NSLog(@"Detected the current OS's ImageIO PNG Decoder is buggy on indexed color PNG. Perform workaround solution...");
                 isBuggy = YES;
-#endif
             }
         }
         CFRelease(source);