From 5aeef50d9c138642f3d35f88d8901140b03da3d7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 20 Aug 2010 17:54:20 +0200 Subject: [PATCH] Makefile: do not strip the linked executable by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2