X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.mk;h=47f427bae71bebe10edc3daa51abad49e0118070;hp=ff7f604c78b411e310c254f89c183585fdc21091;hb=f9a411f22d413f01aecd553c3d5bc22a3e1e196e;hpb=981e52d5a755f7a30fc59595ab84f9df05a84f01 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}\"