Skip to content

Commit

Permalink
Remove BigDecimal (#29)
Browse files Browse the repository at this point in the history
Part of #17
  • Loading branch information
bnoordhuis authored Nov 8, 2023
1 parent 558a2ac commit 5d5b3cc
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 1,834 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ prefix=/usr/local
#CONFIG_MSAN=y
# use UB sanitizer
#CONFIG_UBSAN=y
# include the code for BigInt/BigFloat/BigDecimal and math mode
# include the code for BigInt/BigFloat
CONFIG_BIGNUM=y

OBJDIR=.obj
Expand Down
Loading

0 comments on commit 5d5b3cc

Please sign in to comment.