From 25e363e7295eb385695e08c6f61ec4b8fcd9846f Mon Sep 17 00:00:00 2001 From: axel Date: Mon, 16 Jan 2006 23:41:50 +1000 Subject: [PATCH] Add debug target to make, which halts on warnings darcs-hash:20060116134150-ac50b-4edaa946177ff0368669ed6314d25bf5c8663023.gz --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index 7bbc068d8..acc9af854 100644 --- a/Makefile.in +++ b/Makefile.in @@ -163,6 +163,9 @@ TRANSLATIONS := $(TRANSLATIONS_SRC:.po=.gmo) #Make everything needed for installing fish all: $(PROGRAMS) user_doc +debug: + make fish CFLAGS="-O0 -Wno-unused -Werror -g @INCLUDEDIR@ -Wall -std=gnu99 -fno-strict-aliasing" + # User documentation, describing the features of the fish shell. user_doc: doc.h Doxyfile.user user_doc.head.html doxygen Doxyfile.user