mirror of
https://github.com/vale981/spectrwm
synced 2025-03-04 17:31:40 -05:00
Keep -g greatness again.
This commit is contained in:
parent
24edfadf80
commit
b9053600c8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ SUBDIR= lib
|
||||||
PROG=spectrwm
|
PROG=spectrwm
|
||||||
MAN=spectrwm.1
|
MAN=spectrwm.1
|
||||||
|
|
||||||
CFLAGS+=-std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized
|
CFLAGS+=-std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized -g
|
||||||
# Uncomment define below to disallow user settable clock format string
|
# Uncomment define below to disallow user settable clock format string
|
||||||
#CFLAGS+=-DSWM_DENY_CLOCK_FORMAT
|
#CFLAGS+=-DSWM_DENY_CLOCK_FORMAT
|
||||||
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2
|
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2
|
||||||
|
|
Loading…
Add table
Reference in a new issue