Hi, I decompressed the sqlite-autoconf-3310100.tar.gz and compiled it with the following commands:
``` cd sqlite-autoconf-3310100 CFLAGS="-g -ftest-coverage -fprofile-arcs" ./configure --enable-fts3 --enable-debug --enable-session make -j$(nproc) ``` But when I completed the building process, I didn't find the .gcno file. And when I execute sqlite3, it also didn't occur the .gcda files. -- Best regards, Xingwei Lin _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users