# -D_GNU_SOURCE is needed because environ is used in init.c
ifeq($(DODEBUG),true)
CFLAGS+= -Wall -g -D_GNU_SOURCE -DDEBUG_INIT
CFLAGS+= -Wall -g -D_GNU_SOURCE
STRIP=
LDFLAGS=
else
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.