1#--- $Id: make.darwin.x86.intel.opt,v 1.3 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