Skip to content
Snippets Groups Projects

contrib: ffmpeg: change rules.mak optflags to -O0

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -82,7 +82,7 @@ FFMPEGCONF += --enable-thumb
endif
endif
else
FFMPEGCONF += --optflags=-Og
FFMPEGCONF += --optflags=-O0
endif
ifdef HAVE_CROSS_COMPILE
Loading