diff options
| -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 |
