add EXTRACFLAGS to CFLAGS
This is used for Fedora specific CFLAGS. See also github issue #56
This commit is contained in:
parent
1af715c1fc
commit
1f3975ba94
@ -27,5 +27,5 @@ LIBS = -L${X11LIB} -lX11 -lXss ${XFTLIBS} ${XINERAMALIBS} $(shell pkg-config --l
|
||||
|
||||
# flags
|
||||
CPPFLAGS += -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} ${INIFLAGS}
|
||||
CFLAGS += -g --std=c99 -pedantic -Wall -Wno-overlength-strings -Os ${INCS} ${STATIC} ${CPPFLAGS}
|
||||
CFLAGS += -g --std=c99 -pedantic -Wall -Wno-overlength-strings -Os ${INCS} ${STATIC} ${CPPFLAGS} ${EXTRACFLAGS}
|
||||
LDFLAGS += ${LIBS}
|
||||
|
Loading…
x
Reference in New Issue
Block a user