From 84e3f19dfee6dea64dc0f892031d24f61e1f6e3a Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 6 Feb 2013 01:15:24 +0100 Subject: set configure/compiler parameters/flags --- conf-cc | 2 +- conf-ld | 2 +- conf-spawn | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf-cc b/conf-cc index 782611a..d2d73ab 100644 --- a/conf-cc +++ b/conf-cc @@ -1,3 +1,3 @@ -cc -O2 -DTLS=20070408 -I/usr/local/ssl/include +gcc -O2 -pipe -DTLS This will be used to compile .c files. diff --git a/conf-ld b/conf-ld index a9e796a..c52f794 100644 --- a/conf-ld +++ b/conf-ld @@ -1,3 +1,3 @@ -cc -s +gcc -Wl,-O1 -Wl,--as-needed This will be used to link .o files into an executable. diff --git a/conf-spawn b/conf-spawn index cc11d5c..7394ac2 100644 --- a/conf-spawn +++ b/conf-spawn @@ -1,4 +1,4 @@ -1000 +500 This is a silent concurrency limit. You can't set it above 255. On some systems you can't set it above 125. qmail will refuse to compile if the -- cgit v1.2.3