On Fri, Jul 19, 2013 at 3:49 PM, Martin Storsjö <[email protected]> wrote:
> On Fri, 19 Jul 2013, Hendrik Leppkes wrote:
>
>> ---
>> configure | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/configure b/configure
>> index d15e3f0..0bd54dd 100755
>> --- a/configure
>> +++ b/configure
>> @@ -3958,6 +3958,7 @@ elif enabled pathscale; then
>> elif enabled_any msvc icl; then
>>     enabled x86_32 && disable aligned_stack
>>     enabled_all x86_32 debug && add_cflags -Oy-
>> +    enabled debug && add_ldflags -debug
>>     if enabled icl; then
>>         # basically -fstrict-aliasing that does not work (correctly) on
>> icl 13.x
>>         check_cpp_condition "windows.h" "__ICL < 1300" && add_cflags
>> -Qansi-alias
>> --
>> 1.8.3.msysgit.0
>
>
> Looks sensible to me. I take it this works with icl as well?
>

I don't own icl so i cannot test this, but it generally mimics the
MSVC tools pretty closely to be a drop-in replacement, and this is a
rather global standard option.

- Hendrik
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to