[vlc-commits] contrib: remove leftover DBGOPTIMFLAGS

Marvin Scholz git at videolan.org
Wed Apr 22 16:06:40 CEST 2020


vlc/vlc-3.0 | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Apr 22 16:06:08 2020 +0200| [7f145afa84af9ed141c2d93fea8a67b3291d9ed5] | committer: Marvin Scholz

contrib: remove leftover DBGOPTIMFLAGS

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=7f145afa84af9ed141c2d93fea8a67b3291d9ed5
---

 contrib/src/main.mak | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index b07bea91d6..02878693c2 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -175,12 +175,6 @@ CFLAGS := $(CFLAGS) $(EXTRA_CFLAGS)
 CXXFLAGS := $(CXXFLAGS) $(EXTRA_CFLAGS) $(EXTRA_CXXFLAGS)
 LDFLAGS := $(LDFLAGS) -L$(PREFIX)/lib $(EXTRA_LDFLAGS)
 
-ifndef WITH_OPTIMIZATION
-DBGOPTIMFLAGS = -g -O0
-else
-DBGOPTIMFLAGS = -g -O2
-endif
-
 # Do not export those! Use HOSTVARS.
 
 # Do the FPU detection, after we have figured out our compilers and flags.



More information about the vlc-commits mailing list