You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've looked into the repo in a bit more detail and found how to build it for linux in .travis.yml file and in appveyor.yml and found how to compile it for linux:
./compile_clang.sh
(cd test && ./compile_clang.sh)
(cd src/examples && ./compile_clang.sh)
cd ./build
ASAN_OPTIONS=detect_stack_use_after_return=1 ./test
ASAN_OPTIONS=detect_stack_use_after_return=1 ./test_double
ASAN_OPTIONS=detect_stack_use_after_return=1 ./simple
sleep 1 # wait for output
I do wish it was a bit more clear.
Can we add a segment in the README that would just explain how to compile it from scratch (on linux)?
could we add a make file or a bash script for compiling it in linux?
The text was updated successfully, but these errors were encountered: