Kitt-AI / snowboy

Future versions with model training module will be maintained through a forked version here: https://github.com/seasalt-ai/snowboy
Other
3.08k stars 999 forks source link

Compilation issue with rpi library. #689

Open Sanjubisanal opened 3 years ago

Sanjubisanal commented 3 years ago

Current "libsnowboy-detect.a" library is built with -D_GLIBCXX_USE_CXX11_ABI = 0, which is making it hard to link with other libraries for developing custom apps, please share library built with -D_GLIBCXX_USE_CXX11_ABI = 1.