File: make.darwin.x86.intel.dbg

package info (click to toggle)
zimpl 3.7.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,772 kB
  • sloc: ansic: 21,719; yacc: 993; lex: 370; sh: 349; makefile: 278
file content (12 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#--- $Id: make.darwin.x86.intel.dbg,v 1.3 2014/01/12 11:07:04 bzfkocht Exp $
CC		=	icc
LINKCC		=	icc
CPPFLAGS	+=	-DFREEMEM
CFLAGS		=	-fp-model=precise -g -w2 -Wcheck \
			-wd111,161,171,279,981,1173,1419,1684,2259
LDFLAGS         =       -lgmp -lm -Bstatic

ifeq ($(ZLIB),true)
LDFLAGS		+=	-lz
endif