Skip to content

Commit

Permalink
Fix ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerivec committed Sep 22, 2024
1 parent ae615d6 commit 3ae7342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ def main():
args.build_dir: "/src",
toolchain: "/toolchain",
}.items()
] + ["-Wall", "-Wextra"]#, "-Werror"]
] + ["-Wall", "-Wextra"] # , "-Werror"]

output_artifact = (args.build_dir / "build/debug" / base_project_name).with_suffix(
".gbl"
Expand Down

0 comments on commit 3ae7342

Please sign in to comment.