On 6 March 2014 19:40, Paolo Bonzini <pbonz...@redhat.com> wrote:
> Il 06/03/2014 19:36, Michael S. Tsirkin ha scritto:
>
>> BTW I don't see a lot of value in supporting NDEBUG
>> and a bunch of other things will probably break if we do.
>> For now I think we should just stick
>> #ifdef NDEBUG
>> #error building with NDEBUG is not supported
>> #endif
>
>
> I would love to answer the Gentoo bug reports that would ensue...

#ifdef NDEBUG
#error building with NDEBUG is not supported
#ifdef GENTOO
#error No really, we mean it
#endif
#endif

-- PMM

Reply via email to