gentoo-ebuilds/media-sound/reaper-bin/files/libSwell-makefile-cflags.patch
Jason A. Donenfeld a5fe5bb382
media-sound/reaper-bin: add 7.27, drop 7.24
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
2024-11-18 03:27:23 +01:00

23 lines
430 B
Diff

diff --git a/WDL/swell/Makefile b/WDL/swell/Makefile
index c0a52312..fb09826b 100644
--- a/WDL/swell/Makefile
+++ b/WDL/swell/Makefile
@@ -72,16 +72,9 @@ endif
ifdef DEBUG
-CFLAGS += -O0 -g -D_DEBUG
+CFLAGS += -D_DEBUG
else
-CFLAGS += -O2 -DNDEBUG
- ifdef DEBUG_INFO
- CFLAGS += -g
- else
- ifneq ($(COMPILER),CLANG)
- CFLAGS += -s
- endif
- endif
+CFLAGS += -DNDEBUG
endif
LINKEXTRA = -lpthread -ldl