mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Add debug target to make, which halts on warnings
darcs-hash:20060116134150-ac50b-4edaa946177ff0368669ed6314d25bf5c8663023.gz
This commit is contained in:
parent
5db192347c
commit
25e363e729
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue