你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
Added extra Cython compiler option.
这个提交包含在:
1
setup.py
1
setup.py
@@ -134,6 +134,7 @@ if USE_CYTHON:
|
|||||||
compiler_directives={
|
compiler_directives={
|
||||||
'boundscheck': False,
|
'boundscheck': False,
|
||||||
'wraparound': False,
|
'wraparound': False,
|
||||||
|
'initializedcheck': False,
|
||||||
'embedsignature': True,
|
'embedsignature': True,
|
||||||
'language_level': 3
|
'language_level': 3
|
||||||
},
|
},
|
||||||
|
在新工单中引用
屏蔽一个用户