How to compile sqlite with gcov support?
Xingwei Lin <[email protected]> Tue, 18 Feb 2020 15:16:40 +0800
| Newsgroups | gmane.comp.db.sqlite.general |
|---|---|
| Message-ID | <CADtPC_N7RBWSEBw6cSs6iATqi6AptPhfC8TsnOv6eeLx6DHbuQ@mail.gmail.com> |
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 [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users