You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/libimagequant/files/libimagequant-2.12.2-respec...

18 lines
449 B

--- a/configure
+++ b/configure
@@ -152,12 +152,12 @@ rm -f pngquant-gcccheck pngquant-gcccheck.c
status "Compiler" "$CC"
# init flags
-CFLAGS=${CFLAGS:--fno-math-errno -funroll-loops -fomit-frame-pointer -Wall}
+CFLAGS=${CFLAGS:--fno-math-errno -funroll-loops -fomit-frame-pointer}
cflags "-std=c99 -I."
# DEBUG
if [ -z "$DEBUG" ]; then
- cflags "-O3 -DNDEBUG"
+ cflags "-DNDEBUG"
status "Debug" "no"
else
cflags "-O1 -g"