mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Merge pull request #75909 from smix8/fix_forced_optimization_4.x
Fix forced optimization in dev_build
This commit is contained in:
commit
96080893d4
@ -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…
x
Reference in New Issue
Block a user