aports/testing/rtpengine/disable-O3.patch
Leonardo Arena 62e6d02344 testing/rtpengine: new aport
Proxy for RTP traffic and other UDP based media traffic
2020-11-06 12:08:59 +00:00

14 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