removed NDEBUG enclosing karatsuba_cutoff
This commit is contained in:
parent
1f4143f20f
commit
e61207291c
@ -963,10 +963,8 @@ struct hcl_t
|
|||||||
hcl_oow_t dfl_sysdic_size;
|
hcl_oow_t dfl_sysdic_size;
|
||||||
hcl_oow_t dfl_procstk_size;
|
hcl_oow_t dfl_procstk_size;
|
||||||
|
|
||||||
#if !defined(NDEBUG)
|
|
||||||
/* set automatically when trait is set */
|
/* set automatically when trait is set */
|
||||||
int karatsuba_cutoff;
|
int karatsuba_cutoff; /* used when NDEBUG is not set only. but keep it here regardless */
|
||||||
#endif
|
|
||||||
} option;
|
} option;
|
||||||
|
|
||||||
hcl_vmprim_t vmprim;
|
hcl_vmprim_t vmprim;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user