aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rtpengine/disable-O3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/rtpengine/disable-O3.patch')
-rw-r--r--testing/rtpengine/disable-O3.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/rtpengine/disable-O3.patch b/testing/rtpengine/disable-O3.patch
deleted file mode 100644
index 9efbab9f600..00000000000
--- a/testing/rtpengine/disable-O3.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-
-