commit 36afc955e2db58a4737a61dcdec7dece04a0ca73 parent f408675b51b80d00e3ae55540ffeaa9299032771 Author: citbl <citbl@citbl.org> Date: Thu, 25 Jun 2026 16:50:41 +1000 minor Diffstat:
| M | Makefile | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -30,6 +30,9 @@ STAGIT_CPPFLAGS = -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE # option. This workaround will be removed in the future *pinky promise*. #STAGIT_CFLAGS += -DGIT_OPT_SET_OWNER_VALIDATION=-1 +# my debug, unsure if this was the best way to go about it but it works. +#STAGIT_CFLAGS += -g -Wall -Wextra -Wpedantic + SRC = \ stagit.c\ stagit-index.c