diff options
| author | Lignum Crucis | 2026-03-25 16:01:41 -0300 |
|---|---|---|
| committer | Lignum Crucis | 2026-03-25 16:01:41 -0300 |
| commit | bd87ea86f4e70fb6f8530d6d1bee2417d9b222f8 (patch) | |
| tree | 036a841ec68b8c50f0fd1c9af7082ee3f1c721ff /config.mk | |
| parent | 0cfd3afae5586a6d18be92369b9cbc5c763cf48d (diff) | |
make: added -Wno-unused-function flag
this is for unset bindings; at the end, it's not like i'm writing a
patch myself here, if i were to do it, definetively it would be on a
clean build
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} #CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Wno-unused-function -Os ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} # Solaris |
