X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=39adb7403463750f864699d84ed40f068963ea2c;hb=25155222c843f28a90a5e77876c24d10c51a1e7b;hp=6d2469191a64afcba81a9addd804abc9a6a6c224;hpb=efdd0dd584829a9db969511e487010bf2107b503;p=surf.git diff --git a/config.mk b/config.mk index 6d24691..39adb74 100644 --- a/config.mk +++ b/config.mk @@ -16,7 +16,7 @@ INCS = -I. -I/usr/include ${GTKINC} LIBS = -L/usr/lib -lc ${GTKLIB} # flags -CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} +CPPFLAGS = -DVERSION=\"${VERSION}\" #CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} #LDFLAGS = -s ${LIBS}