Skip to content

Commit b163008

Browse files
committed
feat: add heap-size-hint
1 parent 7bc2387 commit b163008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pysrc/juliacall/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def args_from_config(config):
146146
CONFIG['opt_warn_overwrite'] = choice('warn_overwrite', ['yes', 'no'])[0]
147147
CONFIG['opt_handle_signals'] = choice('handle_signals', ['yes', 'no'])[0]
148148
CONFIG['opt_startup_file'] = choice('startup_file', ['yes', 'no'])[0]
149+
CONFIG['opt_heap_size_hint'] = option('heap_size_hint')[0]
149150

150151
# Stop if we already initialised
151152
if CONFIG['inited']:

0 commit comments

Comments
 (0)