diff options
Diffstat (limited to 'Make.config')
| -rw-r--r-- | Make.config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Make.config b/Make.config index f6a668f..4ea4af6 100644 --- a/Make.config +++ b/Make.config @@ -50,6 +50,15 @@ MANDIR = $(DESTDIR)/man #INCLUDES += -I DEFINES += -D_GNU_SOURCE +# define HAVE_DEBUG when invoking "make" if you want to use debugging +ifdef HAVE_DEBUG +DEFINES += -DHAVE_DEBUG +endif + + +# +# +# Build & install configuration # comment this variable out if you don't want to use FreeType2 font rendering HAVE_FREETYPE2=1 @@ -57,6 +66,9 @@ HAVE_FREETYPE2=1 # comment this variable out if you don't want to use fontconfig font names HAVE_FONTCONFIG=1 +# comment this if you do not want to have the binaries pre-stripped on 'make install' +PRESTRIP = -s + # uncomment one of the following two lines if you want either GraphicsMagick/ImageMagick support #HAVE_IMAGEMAGICK=1 #HAVE_GRAPHICSMAGICK=1 |
