Skip to content

Commit

Permalink
Try building with GCC12
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt committed Sep 15, 2024
1 parent ccc7ebe commit be5e36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def configure_default_packages(self, variables, targets):
# Mac toolchain is broken.
# Linux toolchain misses libprintf.a.
# Force usage of GCC8 again until they fix their stuff.
FORCE_DOWNGRADE_TO_GCC8 = True
FORCE_DOWNGRADE_TO_GCC8 = False
if "arduino" in selected_frameworks or FORCE_DOWNGRADE_TO_GCC8:
# we downgrade the GCC version to just 8 because with 12, there are build errors.
gcc_branch = ""
Expand Down

0 comments on commit be5e36a

Please sign in to comment.