Skip to content

Commit 9b8d56e

Browse files
committed
Pass compiler options
1 parent adf483b commit 9b8d56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def build_type_map(
9797
if mapper.type_to_ir[cdef.info].is_ext_class:
9898
prepare_class_def(module.path, module.fullname, cdef, errors, mapper, options)
9999
else:
100-
prepare_non_ext_class_def(module.path, module.fullname, cdef, errors, mapper)
100+
prepare_non_ext_class_def(module.path, module.fullname, cdef, errors, mapper, options)
101101

102102
# Prepare implicit attribute accessors as needed if an attribute overrides a property.
103103
for module, cdef in classes:

0 commit comments

Comments
 (0)