diff options
author | 2015-06-30 21:30:16 -0400 | |
---|---|---|
committer | 2015-06-30 21:30:16 -0400 | |
commit | 1d3b44148ed0999ad262912c296716b273a76112 (patch) | |
tree | 50278e449d2fd8d9ff55881c6a18b69628eabcb4 /src/Makefile | |
parent | 0bb36c066ea948a9d78c089402abffc6dddb9c6b (diff) | |
download | textadept-1d3b44148ed0999ad262912c296716b273a76112.tar.gz textadept-1d3b44148ed0999ad262912c296716b273a76112.zip |
Updated for 8.1.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index d9f1ed4b..2a1fcfb8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -139,6 +139,7 @@ cdk_objs = binding.o buttonbox.o cdk.o cdk_display.o cdk_objs.o cdkscreen.o \ scroll.o scroller.o select_file.o selection.o traverse.o version.o # Add debugging symbols and disable optimizations when DEBUG=1. +# Note: In order to profile with gprof (-pg), do not retain symbols in LDFLAGS. ifdef DEBUG CFLAGS += -g -O0 CXXFLAGS += -g -O0 |