X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=8e18fe3d14a0d2ba3e96aed6d9825b010d038901;hb=500ce91131229a35000fb770f79a50ed994dd804;hp=c75369367214a420419db553df321b71a72bc3c2;hpb=cda5c93df1c5cfe6f22a41e35bc1719a824d1e63;p=selector.git diff --git a/Makefile b/Makefile index c753693..8e18fe3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -# selector is a simple shell command for selection of strings with a -# dynamic pattern-matching. +# selector is a simple command line utility for selection of strings +# with a dynamic pattern-matching. # # Copyright (c) 2009 Francois Fleuret # Written by Francois Fleuret @@ -29,7 +29,7 @@ LDFLAGS=-lcurses REVISION_NUMBER=$(shell cat REVISION_NUMBER) ifeq ($(DEBUG),yes) - OPTIMIZE_FLAG = -ggdb3 -DDEBUG + OPTIMIZE_FLAG = -ggdb3 -DDEBUG -fno-omit-frame-pointer else OPTIMIZE_FLAG = -ggdb3 -O3 endif