| 2 |
|
|
| 3 |
|
$Id$ |
| 4 |
|
|
| 5 |
< |
Copyright (c) 1997-2016 ircd-hybrid development team |
| 5 |
> |
Copyright (c) 1997-2017 ircd-hybrid development team |
| 6 |
|
|
| 7 |
|
---------------------------------------------------------------------- |
| 8 |
|
|
| 69 |
|
|
| 70 |
|
These are optional or have default values that may be overridden: |
| 71 |
|
|
| 72 |
< |
* --enable-assert - Enable use of numerous debugging checks. This |
| 73 |
< |
should not be used on any production servers for maximum speed |
| 74 |
< |
so as to prevent cores from things that shouldn't normally happen. |
| 72 |
> |
* --enable-assert - Enable use of numerous debugging checks. This is |
| 73 |
> |
considered a developer-only feature and should not be used on any |
| 74 |
> |
production servers for maximum speed so as to prevent cores from |
| 75 |
> |
things that shouldn't normally happen. |
| 76 |
|
|
| 77 |
|
* --enable-debugging - Prepares Makefiles to compile the ircd sources |
| 78 |
|
with proper settings that are required for debugging purposes. |