mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix forced optimization in dev_build
Fixes forced optimization in dev_build.
(cherry picked from commit b18c7481aa)
This commit is contained in:
parent
9253f415b3
commit
25518aad27
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue