Skip to content
Snippets Groups Projects
Commit 6240c4ce authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf
Browse files

contrib: mad: remove forced -O3

This shouldn't be enforced. We already use -O2 on release builds.

-O4 was removed in 8d098023
-O3 was added with the contrib in 9c0b836a
parent 4dce5d8e
No related branches found
No related tags found
Loading
......@@ -19,7 +19,7 @@ endif
$(TARBALLS)/libmad-$(MAD_VERSION).tar.gz:
$(call download,$(MAD_URL))
LIBMAD_VARS := CFLAGS="$(CFLAGS) -O3"
LIBMAD_VARS :=
ifdef HAVE_IOS
LIBMAD_VARS += CCAS="$(AS)"
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment