diff options
author | Lucian Muresan <lucianm@users.sourceforge.net> | 2013-02-22 20:18:47 +0100 |
---|---|---|
committer | Lucian Muresan <lucianm@users.sourceforge.net> | 2013-02-22 20:18:47 +0100 |
commit | 008fb421980c4aa2e76b51093e7678c0661d127d (patch) | |
tree | a4b4938c585804bcd4a8d2099cda94ec5227afed /Make.config | |
parent | c37e9b482fd9c8a610ea232bb1c6d7b45e248e6c (diff) | |
download | graphlcd-base-008fb421980c4aa2e76b51093e7678c0661d127d.tar.gz graphlcd-base-008fb421980c4aa2e76b51093e7678c0661d127d.tar.bz2 |
stripping of binaries can easily be disasbled if necessary
Diffstat (limited to 'Make.config')
-rw-r--r-- | Make.config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Make.config b/Make.config index f6a668f..47ac372 100644 --- a/Make.config +++ b/Make.config @@ -51,12 +51,20 @@ MANDIR = $(DESTDIR)/man DEFINES += -D_GNU_SOURCE + +# +# +# Build & install configuration + # comment this variable out if you don't want to use FreeType2 font rendering 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 |