simplify smprintf by using vasprintf
This commit is contained in:
parent
83e84bebb6
commit
046e273a7e
2 changed files with 4 additions and 15 deletions
|
@ -15,7 +15,7 @@ INCS = -I. -I/usr/include -I${X11INC}
|
|||
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lasound
|
||||
|
||||
# flags
|
||||
CPPFLAGS = -DVERSION=\"${VERSION}\"
|
||||
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE
|
||||
CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
|
||||
#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
|
||||
LDFLAGS = -g ${LIBS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue