X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=35466651939ed79b3bd54bd482f79386c3e9309d;hb=bc73b48743eb0b51905322cad25b4647569e7996;hp=c40df0b65ce9cdf08d65154e5f2d137b2a241560;hpb=e9c9715f52afd3b4e3d512aea9d021e7e1980f63;p=surf.git diff --git a/config.mk b/config.mk index c40df0b..3546665 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # surf version -VERSION = 0.4 +VERSION = 0.4.1 # Customize below to fit your system @@ -17,7 +17,7 @@ LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -CFLAGS = -std=c99 -pedantic -Wall -O0 -g ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -g ${LIBS} # Solaris