alanxz / rabbitmq-c

RabbitMQ C client
MIT License
1.77k stars 672 forks source link

Don't set /Z7 flag when compiling with MSVC #810

Closed alanxz closed 10 months ago

alanxz commented 10 months ago

The decision to use this flag should be up to the user of this library. If users need this functionality they can include this as a part of CMAKE_C_FLAGS.

Signed-off-by: GitHub noreply@github.com