]> git.pld-linux.org Git - packages/crossmingw32-libpng.git/commitdiff
- if you want -funroll-loops put it into specflags
authorTomasz Pala <gotar@pld-linux.org>
Tue, 11 Nov 2003 19:04:34 +0000 (19:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpng-opt.patch -> 1.9

libpng-opt.patch

index f6eef96a050bcc5f7884a8ddeb7b6edc2fde54dd..5a588181783219eaf9c9cf5311a7694d1f1c5dc2 100644 (file)
@@ -18,7 +18,7 @@
 -CFLAGS=-DPNG_THREAD_UNSAFE_OK -DPNG_USE_PNGGCCRD -I$(ZLIBINC) -Wall \
 -      -O3 $(ALIGN) -funroll-loops \
 +CFLAGS=-DPNG_USE_PNGGCCRD -I$(ZLIBINC) -Wall \
-+      $(OPT_FLAGS) $(ALIGN) -funroll-loops \
++      $(OPT_FLAGS) $(ALIGN) \
        -fomit-frame-pointer  # $(WARNMORE) -g -DPNG_DEBUG=5
  ### for gcc 2.95.2 on 686:
  #CFLAGS=-DPNG_THREAD_UNSAFE_OK -DPNG_USE_PNGGCCRD -I$(ZLIBINC) -Wall -O3 \
This page took 0.104779 seconds and 4 git commands to generate.