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-sound/dcadec/files/dcadec-0.2.0-respect-CFLAGS...

12 lines
318 B

--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
API_MINOR = 1
API_PATCH = 0
-CFLAGS := -std=gnu99 -D_FILE_OFFSET_BITS=64 -Wall -Wextra -O3 -ffast-math -g -MMD $(CFLAGS)
+CFLAGS := -std=gnu99 -D_FILE_OFFSET_BITS=64 -Wall -Wextra -ffast-math -MMD $(CFLAGS) $(CPPFLAGS)
PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin