removed NDEBUG enclosing karatsuba_cutoff

This commit is contained in:
hyung-hwan 2018-02-20 10:27:11 +00:00
parent 1f4143f20f
commit e61207291c

View File

@ -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;