Commit 8d098023 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib/mad: use -O3 instead -O4, since the latter results can end up to be undefined

parent 75ae8b83
......@@ -32,7 +32,7 @@ endif
touch libmad/NEWS libmad/AUTHORS libmad/ChangeLog
$(RECONF)
ifdef HAVE_IOS
cd $< && $(HOSTVARS) CCAS="$(AS)" CFLAGS="$(CFLAGS) -O4" ./configure $(HOSTCONF) $(MAD_CONF)
cd $< && $(HOSTVARS) CCAS="$(AS)" CFLAGS="$(CFLAGS) -O3" ./configure $(HOSTCONF) $(MAD_CONF)
else
cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -O3" ./configure $(HOSTCONF) $(MAD_CONF)
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment