1#--- $Id: make.linux.x86.intel.opt,v 1.14 2014/01/12 11:07:04 bzfkocht Exp $
2CC		=	icc
3CPPFLAGS	+=	-DNDEBUG -DNO_MSHELL
4CFLAGS		=	-O3 -ip -fp-model precise -w1 -par_report0 -vec_report0 \
5			-wd1173
6LDFLAGS         =       -lgmp -lm -static
7
8#ifeq ($(LINK),shared)
9#LINK		=	normal
10#endif
11
12#ifeq ($(LINK),static)
13LDFLAGS		+=	-static
14#endif
15
16ifeq ($(ZLIB),true)
17LDFLAGS		+=	-lz
18endif
19
20