We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14eb26 commit b54330aCopy full SHA for b54330a
py/circuitpy_defns.mk
@@ -58,7 +58,7 @@ BASE_CFLAGS = \
58
# -ftime-report
59
# -H
60
61
-# Micropython's implementation of <string.h> rutines is incompatible with
+# Micropython's implementation of <string.h> routines is incompatible with
62
# "fortify source", enabled by default on gentoo's crossdev arm-none-eabi-gcc
63
# gcc version 12.3.1 20230526 (Gentoo 12.3.1_p20230526 p2). Unconditionally disable it.
64
BASE_CFLAGS += -U_FORTIFY_SOURCE
0 commit comments