1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/rtpengine/disable-O3.patch
2020-12-07 16:20:05 +00:00

13 lines
223 B
Diff

diff --git a/lib/lib.Makefile b/lib/lib.Makefile
index 0353516..b036f09 100644
--- a/lib/lib.Makefile
+++ b/lib/lib.Makefile
@@ -47,8 +47,6 @@ endif
ifeq ($(DBG),yes)
CFLAGS+= -D__DEBUG=1
-else
-CFLAGS+= -O3
endif