configure: allow compiler-specific flags for --disable-optimizations
authorMåns Rullgård <mans@mansr.com>
Mon, 3 May 2010 15:14:55 +0000 (15:14 +0000)
committerMåns Rullgård <mans@mansr.com>
Mon, 3 May 2010 15:14:55 +0000 (15:14 +0000)
commitb05394a08149c7d32a0b13c4d46e6a9d4082a786
treef2dfeae23da4820e95ba446049528b287ec892fb
parentfa36165adf698fe66e3f46c35b8fd79be0fcf66f
configure: allow compiler-specific flags for --disable-optimizations

ICC needs at least -O1 to link so add this when optimisations are
otherwise disabled.

Originally committed as revision 23013 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure