X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=35466651939ed79b3bd54bd482f79386c3e9309d;hb=bc73b48743eb0b51905322cad25b4647569e7996;hp=6d2843b8c2efd725616621873280cc432b01042c;hpb=b6e181e82acc2f20085410f720b8ceeed8a8cbe3;p=surf.git diff --git a/config.mk b/config.mk index 6d2843b..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 @@ -13,14 +13,12 @@ GTKLIB=$(shell pkg-config --libs gtk+-2.0 webkit-1.0) # includes and libs INCS = -I. -I/usr/include ${GTKINC} -LIBS = -L/usr/lib -lc ${GTKLIB} +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 -O0 ${INCS} ${CPPFLAGS} -LDFLAGS = -s ${LIBS} -#LDFLAGS = ${LIBS} +LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"