From: Enno Boland (tox) Date: Thu, 6 May 2010 11:06:50 +0000 (+0200) Subject: fixing config.mk X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=f9a411f22d413f01aecd553c3d5bc22a3e1e196e fixing config.mk --- diff --git a/config.mk b/config.mk index ff7f604..47f427b 100644 --- a/config.mk +++ b/config.mk @@ -18,7 +18,7 @@ LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -LDFLAGS = -g ${LIBS} -static +LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"