alibaba / async_simple

Simple, light-weight and easy-to-use asynchronous components
Apache License 2.0
1.69k stars 251 forks source link

fix find_package() & add option to disable asan #366

Closed poor-circle closed 9 months ago

poor-circle commented 9 months ago

Why

What is changing

  1. the target should add compile options -fcoroutines, so that user don't need to add it manually.
  2. add option to disable asan.

Example

poor-circle commented 9 months ago

We need release a new version 1.3 after this pr merged, then i will add async_simple to vcpkg.