diff options
| author | manuel <manuel@mausz.at> | 2013-02-06 01:15:24 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-02-06 01:15:24 +0100 |
| commit | 84e3f19dfee6dea64dc0f892031d24f61e1f6e3a (patch) | |
| tree | 762fc621a8029de852a6add617c2aeb0532bfc08 | |
| parent | 5d62ef412db1873e0e9f5521c78255c0f52be3de (diff) | |
| download | qmail-84e3f19dfee6dea64dc0f892031d24f61e1f6e3a.tar.gz qmail-84e3f19dfee6dea64dc0f892031d24f61e1f6e3a.tar.bz2 qmail-84e3f19dfee6dea64dc0f892031d24f61e1f6e3a.zip | |
set configure/compiler parameters/flags
| -rw-r--r-- | conf-cc | 2 | ||||
| -rw-r--r-- | conf-ld | 2 | ||||
| -rw-r--r-- | conf-spawn | 2 |
3 files changed, 3 insertions, 3 deletions
| @@ -1,3 +1,3 @@ | |||
| 1 | cc -O2 -DTLS=20070408 -I/usr/local/ssl/include | 1 | gcc -O2 -pipe -DTLS |
| 2 | 2 | ||
| 3 | This will be used to compile .c files. | 3 | This will be used to compile .c files. |
| @@ -1,3 +1,3 @@ | |||
| 1 | cc -s | 1 | gcc -Wl,-O1 -Wl,--as-needed |
| 2 | 2 | ||
| 3 | This will be used to link .o files into an executable. | 3 | This will be used to link .o files into an executable. |
| @@ -1,4 +1,4 @@ | |||
| 1 | 1000 | 1 | 500 |
| 2 | 2 | ||
| 3 | This is a silent concurrency limit. You can't set it above 255. On some | 3 | This is a silent concurrency limit. You can't set it above 255. On some |
| 4 | systems you can't set it above 125. qmail will refuse to compile if the | 4 | systems you can't set it above 125. qmail will refuse to compile if the |
