From 88131f070451c7ec4e4913da031436885377cdc5 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 25 Oct 2008 17:44:54 +0200 Subject: Add "final_debug" make target = optimization + debuginfo (useful for distribution packages striping binaries into -debuginfo packages) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fe7e9e5..4e204e2 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,8 @@ tuxcmd:: debug: EXTRA_CFLAGS = -g -O- debug: tuxcmd +final_debug: EXTRA_CFLAGS = -g -O3 +final_debug: tuxcmd kylix:: $(KYLIXPREFIX)/bin/dcc -DKYLIX -V -H -W -$$X+ -$$I+ -$$D+ -$$I+ -$$L+ -$$M+ -$$Q+ -$$R+ -$$W+ -$$Y+ \ -- cgit v1.2.3