Branch - branch -asanbytesmaster
Hash : 89c4d846 Author : tokyovania Date : 2022-08-12T15:43:10
Download
1 2 3 4 5 6
#!/bin/sh export CFLAGS="-ftest-coverage -fprofile-arcs" export CXXFLAGS="-ftest-coverage -fprofile-arcs" export LDFLAGS="-ftest-coverage -fprofile-arcs" ./configure make clean make install