You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
BUILD_ON=$(shell uname)
|
|
BUILD_FOR=$(BUILD_ON)
|
|
OPTIMIZE=-g -O0 -std=c99
|
|
#OPTIMIZE=-O3 -DNDEBUG -std=c99
|
|
LD=$(CC)
|
|
#CC=gcc-mp-4.9 -std=c99 -fstrict-aliasing -Wstrict-aliasing=3
|
|
#LD=gcc-mp-4.9
|
|
# the next two lines are ignored on Windoze
|
|
SYSTEM_DB=/usr/local/share/pEp/system.db
|
|
PREFIX=$(HOME)
|
|
|
|
# C makros (not environment variables) to overwrite:
|
|
#
|
|
# DEFAULT_KEYSERVER - string with default keyserver
|
|
# CRASHDUMP_DEFAULT_LINES - number of log lines to deliver for crashdumps
|
|
|