Skip to content

Commit

Permalink
Fix styling to appease formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivorforce committed Sep 21, 2024
1 parent bf061c1 commit ce8a8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/godotcpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def generate(env):
if lto_level == "auto":
if env.dev_build:
lto_level = "none"
else: # Release
else: # Release
lto_level = "full"
env["lto"] = lto_level

Expand Down

0 comments on commit ce8a8e9

Please sign in to comment.