X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=35466651939ed79b3bd54bd482f79386c3e9309d;hb=bc73b48743eb0b51905322cad25b4647569e7996;hp=c6203414f0cc0c478032050f0147dc6522d3ee4a;hpb=9ec6fbda904fa577afe81eddecf8903ecff60eae;p=surf.git diff --git a/config.mk b/config.mk index c620341..3546665 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # surf version -VERSION = 0.0 +VERSION = 0.4.1 # 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 = -g ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"