mheily / libkqueue

kqueue(2) compatibility library
Other
237 stars 77 forks source link

build: Allow set CMAKE_BUILD_TYPE #78

Closed jpereira closed 4 years ago

jpereira commented 4 years ago

It allows to build in debug mode like:

e.g: cmake -DCMAKE_BUILD_TYPE=Debug ...