From: Martin Mares Date: Fri, 20 Aug 2010 15:54:20 +0000 (+0200) Subject: Makefile: do not strip the linked executable by default X-Git-Tag: v1.12~2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5aeef50d9c138642f3d35f88d8901140b03da3d7;p=ywho.git Makefile: do not strip the linked executable by default --- diff --git a/Makefile b/Makefile index b5cbc89..eeb2271 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for the ywho toolkit CFLAGS=-O2 -Wall -Wno-parentheses -LDFLAGS=-s +LDFLAGS= ROOT=/ REL=ywho-1.12