1#--- $Id: make.sunos.x86.sun.dbg,v 1.6 2014/01/12 11:07:04 bzfkocht Exp $
2CC		=	cc
3CPPFLAGS	+=	-DFREEMEM -Dinline=""
4CFLAGS		=	-g -xcheck=stkovf
5LDFLAGS		=	-Bstatic -lgmp -lm
6
7ifeq ($(ZLIB),true)
8LDFLAGS		+=	-lz
9endif
10
11