diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2011-05-09 15:04:29 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2011-05-09 15:04:29 -0700 |
commit | b0e7c325933396ff42b38c097a3a7142625b6ab7 (patch) | |
tree | a1a1f806f71444faeebf6929cc246f24c6e808b8 /utils | |
parent | 5b2d99e4726e98a69492f452c7e2a9cbce46c55d (diff) | |
download | syslinux-b0e7c325933396ff42b38c097a3a7142625b6ab7.tar.gz syslinux-b0e7c325933396ff42b38c097a3a7142625b6ab7.tar.xz syslinux-b0e7c325933396ff42b38c097a3a7142625b6ab7.zip |
Remove -s for host binaries
Remove -s for host binaries; current practice is to let the distro
packaging systems do that themselves. For the official binaries, we
should probably strip them, but via an external tool.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index eed07bba..23f9a3db 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -19,7 +19,7 @@ MAKEDIR = $(topdir)/mk include $(MAKEDIR)/syslinux.mk CFLAGS = $(GCCWARN) -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -LDFLAGS = -O2 -s +LDFLAGS = -O2 TARGETS = mkdiskimage isohybrid gethostip memdiskfind TARGETS += isohybrid.pl # about to be obsoleted |