Skip to content

Commit

Permalink
feat: add heap-size-hint
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Dec 1, 2024
1 parent 7a29495 commit 4968d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysrc/juliacall/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def args_from_config(config):
CONFIG['opt_warn_overwrite'] = choice('warn_overwrite', ['yes', 'no'])[0]
CONFIG['opt_handle_signals'] = choice('handle_signals', ['yes', 'no'])[0]
CONFIG['opt_startup_file'] = choice('startup_file', ['yes', 'no'])[0]
CONFIG['opt_heap_size_hint'] = option('heap_size_hint')[0]

# Stop if we already initialised
if CONFIG['inited']:
Expand Down

0 comments on commit 4968d94

Please sign in to comment.