You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-29 16:16:38 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user