Core: Always enable ptrcall, remove PTRCALL_ENABLED define
ptrcall is now also used to optimize calls in GDScript, on top of the existing use by the GDNative and Mono modules. It no longer makes sense to make it optional.
This commit is contained in:
parent
8c713fa9bf
commit
d76806d322
11 changed files with 36 additions and 274 deletions
|
|
@ -11,7 +11,6 @@ def configure(env):
|
|||
if platform not in supported_platforms:
|
||||
raise RuntimeError("This module does not currently support building for this platform")
|
||||
|
||||
env.use_ptrcall = True
|
||||
env.add_module_version_string("mono")
|
||||
|
||||
from SCons.Script import BoolVariable, PathVariable, Variables, Help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue