author | Volker Birk <vb@pep-project.org> |
Sat, 20 Feb 2016 14:43:28 +0100 | |
changeset 450 | ae04b9c42932 |
parent 142 | 025a3d115c2b |
child 623 | 533a7fcc423b |
permissions | -rw-r--r-- |
1 BUILD_ON=$(shell uname)
2 BUILD_FOR=$(BUILD_ON)
3 OPTIMIZE=-g -O0 -std=c99
4 #OPTIMIZE=-O3 -DNDEBUG -std=c99
5 LD=$(CC)
6 #CC=gcc-mp-4.9 -std=c99 -fstrict-aliasing -Wstrict-aliasing=3
7 #LD=gcc-mp-4.9
8 # the next two lines are ignored on Windoze
9 SYSTEM_DB=/usr/local/share/pEp/system.db
10 PREFIX=$(HOME)
12 # C makros (not environment variables) to overwrite:
13 #
14 # DEFAULT_KEYSERVER - string with default keyserver
15 # CRASHDUMP_DEFAULT_LINES - number of log lines to deliver for crashdumps