<html><head></head><body>Ack.<br><br>VLC itself cannot even compile with O0 due to shortage of registers on x86. More importantly, we want debug to be as close as possible to normal code, and that's the whole point of Og.<br><br><div class="gmail_quote">Le 14 juin 2019 01:34:08 GMT+08:00, Marvin Scholz <epirat07@gmail.com> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail"><hr> contrib/src/main.mak | 4 ++--<br> 1 file changed, 2 insertions(+), 2 deletions(-)<br><br>diff --git a/contrib/src/main.mak b/contrib/src/main.mak<br>index 3f40b3b485..5177019ba2 100644<br>--- a/contrib/src/main.mak<br>+++ b/contrib/src/main.mak<br>@@ -193,8 +193,8 @@ CXXFLAGS := $(CXXFLAGS) -gcodeview<br> endif<br> <br> ifndef WITH_OPTIMIZATION<br>-CFLAGS := $(CFLAGS) -O0<br>-CXXFLAGS := $(CXXFLAGS) -O0<br>+CFLAGS := $(CFLAGS) -Og<br>+CXXFLAGS := $(CXXFLAGS) -Og<br> else<br> CFLAGS := $(CFLAGS) -O2<br> CXXFLAGS := $(CXXFLAGS) -O2</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>