File: make.linux.x86_64.eko.opt

package info (click to toggle)
zimpl 3.0.0%2Bdfsg1-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,476 kB
  • ctags: 2,580
  • sloc: ansic: 18,591; yacc: 899; sh: 472; lex: 329; makefile: 224
file content (5 lines) | stat: -rw-r--r-- 164 bytes parent folder | download
1
2
3
4
5
#--- $Id$
CC		=	pathcc
CPPFLAGS	+=	-DFREEMEM -D__NO_MATH_INLINES 
CFLAGS		=	-std=c99 -D_POSIX_C_SOURCE=2 -march=auto -m64 -O3 -ipa
LDFLAGS		=	-lgmp -lz -lm -static