X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=b396b82953e85748d51b5684c5ca70bbe52ee3f8;hb=c0510b0cc9de66db2050c53197588851ac8808a3;hp=6689e10efcc77603256e0a31b4a7f3464654b5ab;hpb=9d213cec97ba413df35fc374aa58742ef2505316;p=surf.git diff --git a/config.mk b/config.mk index 6689e10..b396b82 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # surf version -VERSION = 0.1.1 +VERSION = 0.4 # Customize below to fit your system @@ -17,10 +17,8 @@ LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Werror -O0 ${INCS} ${CPPFLAGS} -#LDFLAGS = -s ${LIBS} -LDFLAGS = ${LIBS} +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +LDFLAGS = -s ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"