1#--- $Id: make.linux.x86_64.intel.opt,v 1.4 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
7
8ifeq ($(ZLIB),true)
9LDFLAGS		+=	-lz
10endif
11
12#ifeq ($(LINK),shared)
13#LINK		=	normal
14#endif
15
16#ifeq ($(LINK),static)
17LDFLAGS		+=	-static
18#endif
19