tlk00 / BitMagic

BitMagic Library
http://bitmagic.io
Other
412 stars 48 forks source link

Fixes #47 #48

Closed anadon closed 4 years ago

anadon commented 4 years ago

Removed setting stack size in cmake as this was causing build failures for tests on linux and added linking for pthreads for compiling objects and libraries as some tests require these and they were not linked previously.

ghost commented 4 years ago

DeepCode's analysis on #5b0bfe found:

:speech_balloon: This comment has been generated by the DeepCode bot, installed by the owner of the repository. The DeepCode bot protects your repository by detecting and commenting on security vulnerabilities or other critical issues.


:relaxed: If you want to provide feedback on our bot, here is how to contact us.

tlk00 commented 4 years ago

There is conflict here with MSVC compiler, which does not support -pthreads. I will try to make corrections to accommodate that.