diff options
Diffstat (limited to 'Make.config')
-rw-r--r-- | Make.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Make.config b/Make.config index 4ea4af6..9e82ca9 100644 --- a/Make.config +++ b/Make.config @@ -66,8 +66,8 @@ 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 +# comment this variable out if you want binaries to be stripped when installing (for production-level binaries or packages) +#HAVE_STRIP = -s # uncomment one of the following two lines if you want either GraphicsMagick/ImageMagick support #HAVE_IMAGEMAGICK=1 |