mirror of https://github.com/Nonannet/copapy.git
stencil stack_size increased to 128 bytes
This commit is contained in:
parent
dc5767f25b
commit
372c2c0b51
|
|
@ -10,7 +10,7 @@ op_signs = {'add': '+', 'sub': '-', 'mul': '*', 'div': '/', 'pow': '**',
|
||||||
|
|
||||||
entry_func_prefix = ''
|
entry_func_prefix = ''
|
||||||
|
|
||||||
stack_size = 64
|
stack_size = 128
|
||||||
|
|
||||||
includes = ['stencil_helper.h', 'aux_functions.c']
|
includes = ['stencil_helper.h', 'aux_functions.c']
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue