diff options
author | Ali H. Fardan <raiz@firemail.cc> | 2016-08-21 11:10:37 +0300 |
---|---|---|
committer | Ali H. Fardan <raiz@firemail.cc> | 2016-08-21 11:10:37 +0300 |
commit | 73ec65a84d422fe4bd15a8d3572875f2413926e6 (patch) | |
tree | 9fe9ff00cd1b828e2a439d03e6f61f5450767da8 /config.mk | |
parent | 2e1eb518afea7c93e3ba750804f1f4c4d0a51af4 (diff) |
-Wextra
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lasound # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE -CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wextra -O0 ${INCS} ${CPPFLAGS} #CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} #LDFLAGS = -s ${LIBS} |