mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 17:01:34 +02:00
12 lines
360 B
Diff
12 lines
360 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -15,7 +15,7 @@
|
|
# use our recommended settings.
|
|
#CFLAGS ?= -Wall -g -O2 -Werror $(CPU_OPTS)
|
|
#CFLAGS=-Wall -g -O2 -Wundef -Wshadow -Wsign-compare -I.
|
|
-CFLAGS=-Wall -g -I. -O2 -Werror
|
|
+CFLAGS=-Wall -g -I. -O2
|
|
|
|
# OLE decoding is still considered to be 'beta' mode - so it
|
|
# disabled in the stable release of ripMIME for now
|