diff options
author | 2021-04-15 20:37:17 -0400 | |
---|---|---|
committer | 2021-04-15 20:37:17 -0400 | |
commit | faf8a95eea2a27ea1f776c9e61882bc27af9c735 (patch) | |
tree | ff948f5c99ebbfb7eb899a7c711f7ad509289740 /src | |
parent | 74c56376cb728acb1c5b900c656142de68811d37 (diff) | |
download | textadept-faf8a95eea2a27ea1f776c9e61882bc27af9c735.tar.gz textadept-faf8a95eea2a27ea1f776c9e61882bc27af9c735.zip |
Updated note on running gcov over Textadept.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 7e112815..c8163132 100644 --- a/src/Makefile +++ b/src/Makefile @@ -134,9 +134,9 @@ cdk_objs = $(addprefix cdk-, binding.o buttonbox.o cdk.o cdk_display.o cdk_objs. # Notes: # In order to profile with gprof (-pg), do not retain symbols in LDFLAGS. # In order to report code coverage with gcov (-fprofile-arcs -ftest-coverage): -# Run test suite with textadept, run gcov textadept.c, then examine +# Run test suite with textadept, run gcov-9 textadept.c, then examine # textadept.c.gcov -# Run test suite with textadept-curses, run gcov textadept-curses.c, then +# Run test suite with textadept-curses, run gcov-9 textadept-curses.c, then # examine textadept.c.gcov. ifdef DEBUG CFLAGS += -g -O0 |