mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 06:03:09 +00:00
Fix forced optimization in dev_build
Fixes forced optimization in dev_build.
This commit is contained in:
parent
c48219f51e
commit
b18c7481aa
@ -50,7 +50,7 @@ def disable_warnings(self):
|
||||
|
||||
def force_optimization_on_debug(self):
|
||||
# 'self' is the environment
|
||||
if self["target"] != "template-release":
|
||||
if self["target"] == "template_release":
|
||||
return
|
||||
|
||||
if self.msvc:
|
||||
|
Loading…
Reference in New Issue
Block a user