update drwl
This commit is contained in:
parent
7a07b728c4
commit
02c3ac09a6
4 changed files with 38 additions and 77 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ INCS = `$(PKG_CONFIG) --cflags $(PKGS)`
|
|||
LIBS = `$(PKG_CONFIG) --libs $(PKGS)`
|
||||
|
||||
# flags
|
||||
EMCPPFLAGS = -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\"
|
||||
EMCPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_GNU_SOURCE -DVERSION=\"$(VERSION)\"
|
||||
EMCFLAGS = -pedantic -Wall $(INCS) $(EMCPPFLAGS) $(CFLAGS)
|
||||
LDLIBS = $(LIBS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue