manjus3
manjus3
## URL to the linked Repository or Organization https://github.com/ ## Steps to reproduce the problem 1. As the owner of a Github repo, create a gist, then link it with...
Hi dryman, Thanks for making this library available to the public. I'm eager to try but am running into build issues. I simply cloned the repo, ran bootstrap.sh, followed by...
After adding the following 2 lines in CMakeLists.txt: SET(CMAKE_CXX_COMPILER "clang++") SET (CMAKE_CXX_FLAGS_DEBUG "-O0 -g -fstack-check -fstack-protector-strong -finstrument-functions -fsanitize=address -fsanitize=leak -fsanitize=undefined -fno-omit-frame-pointer -static-libsan") and building and running executable, I get the...