Introduction
Introduction Statistics Contact Development Disclaimer Help
config.mk - libzahl - big integer library
git clone git://git.suckless.org/libzahl
Log
Files
Refs
README
LICENSE
---
config.mk (328B)
---
1 # Please read INSTALL, section 'Configure libzahl'.
2
3 VERSION = 1.1
4
5 PREFIX = /usr/local
6 EXECPREFIX = $(PREFIX)
7 MANPREFIX = $(PREFIX)/share/man
8 DOCPREFIX = $(PREFIX)/share/doc
9
10 CC = cc
11 AR = ar
12
13 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DGOOD_RA…
14 CFLAGS = -std=c99 -O3 -flto -Wall -pedantic
15 LDFLAGS = -s
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.