mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 09:56:35 +02:00
check if defined
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
990c91d1bd
commit
3be873384c
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ namespace config {
|
|||
options_description precomputation("Precomputation options");
|
||||
precomputation.add_options()
|
||||
("precomputation.elgamal",
|
||||
#if (_M_AMD64 || __x86_64__)
|
||||
#if (defined(_M_AMD64) || defined(__x86_64__))
|
||||
value<bool>()->default_value(false),
|
||||
#else
|
||||
value<bool>()->default_value(true),
|
||||
|
|
Loading…
Add table
Reference in a new issue