You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Fix forced optimization in dev_build
Fixes forced optimization in dev_build.
This commit is contained in:
@@ -50,7 +50,7 @@ def disable_warnings(self):
|
|||||||
|
|
||||||
def force_optimization_on_debug(self):
|
def force_optimization_on_debug(self):
|
||||||
# 'self' is the environment
|
# 'self' is the environment
|
||||||
if self["target"] != "template-release":
|
if self["target"] == "template_release":
|
||||||
return
|
return
|
||||||
|
|
||||||
if self.msvc:
|
if self.msvc:
|
||||||
|
|||||||
Reference in New Issue
Block a user