Added libstring and documentation for the general library

float_support
Anton Lydike 4 years ago
parent 6bb0ad3793
commit fa22d76f13

@ -10,7 +10,7 @@ from typing import Optional
@dataclass(frozen=True, init=True)
class RunConfig:
stack_size: int = 0 # 8 * 1024 * 1024 * 8 # for 8MB stack
stack_size: int = 8 * 1024 * 64 # for 8KB stack
include_scall_symbols: bool = True
add_accept_imm: bool = False
# debugging

Loading…
Cancel
Save