aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2015-06-30 21:30:16 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2015-06-30 21:30:16 -0400
commit1d3b44148ed0999ad262912c296716b273a76112 (patch)
tree50278e449d2fd8d9ff55881c6a18b69628eabcb4 /src/Makefile
parent0bb36c066ea948a9d78c089402abffc6dddb9c6b (diff)
downloadtextadept-1d3b44148ed0999ad262912c296716b273a76112.tar.gz
textadept-1d3b44148ed0999ad262912c296716b273a76112.zip
Updated for 8.1.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
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